summary refs log tree commit diff
path: root/nixos/modules/security/wrappers
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 01:20:02 -0600
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 01:20:02 -0600
commit82de4c0fad9607b9b193564dedf92ac830202eeb (patch)
tree6a8bdda1a7a4f0aea566cffe52cb1d1057ab8564 /nixos/modules/security/wrappers
parent7680a40a373a89c683f5b87dfa3cd09c2a168473 (diff)
downloadnixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar.gz
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar.bz2
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar.lz
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar.xz
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.tar.zst
nixlib-82de4c0fad9607b9b193564dedf92ac830202eeb.zip
setcap-wrapper: Syntax wibble
Diffstat (limited to 'nixos/modules/security/wrappers')
-rw-r--r--nixos/modules/security/wrappers/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix
index 093f2bb49b09..3f1a42c53b71 100644
--- a/nixos/modules/security/wrappers/default.nix
+++ b/nixos/modules/security/wrappers/default.nix
@@ -32,7 +32,7 @@ let
     , source ? null
     , owner  ? "nobody"
     , group  ? "nogroup"
-    ...
+    , ...
     }: 
     assert (lib.versionAtLeast (lib.getVersion config.boot.kernelPackages.kernel) "4.3");
     ''
@@ -60,7 +60,7 @@ let
     , setuid ? false
     , setgid ? false
     , permissions ? "u+rx,g+x,o+x"
-    ...
+    , ...
     }: ''
       cp ${wrappedPrograms}/bin/${program}.wrapper $wrapperDir/${program}