Firewall: Only start if we have CAP_NET_ADMIN

This commit is contained in:
Eelco Dolstra
2014-04-19 23:02:59 +02:00
parent 4fb50f071f
commit 0a256cc0ee
2 changed files with 12 additions and 7 deletions

View File

@@ -9927,7 +9927,7 @@ let
hsetroot = callPackage ../tools/X11/hsetroot { };
kde4 = recurseIntoAttrs pkgs.kde411;
kde4 = recurseIntoAttrs pkgs.kde412;
kde4_next = recurseIntoAttrs( lib.lowPrioSet pkgs.kde412 );