Download | Plain Text | No Line Numbers


  1. --- a/modules/mod_cap.c 2017-06-19 13:57:05.531787226 +0200
  2. +++ b/modules/mod_cap.c 2017-06-19 13:56:53.780841831 +0200
  3. @@ -422,6 +422,9 @@
  4. }
  5. #endif
  6.  
  7. + if (res != -1 && pr_module_exists("mod_fw_ipset.c"))
  8. + res = lp_add_cap(CAP_NET_ADMIN, CAP_PERMITTED);
  9. +
  10. if (res != -1)
  11. res = lp_set_cap();
  12.  
  13.