Syntax wibble

wip/yesman
Parnell Springmeyer 7 years ago
parent e856d6efe8
commit 794b3721bc
No known key found for this signature in database
GPG Key ID: DCCF89258EAD874A
  1. 2
      nixos/modules/security/wrappers/default.nix

@ -75,7 +75,7 @@ let
(s: if (s ? "capabilities")
then mkSetcapProgram
({ owner = "root";
, group = "root";
group = "root";
} // s)
else if
(s ? "setuid" && s.setuid == true) ||

Loading…
Cancel
Save