0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Revert "nixos: add setuid wrappers for some networked filesystems' helpers"

This reverts commit 26a4001a98. It
breaks the NFS test:

  http://hydra.nixos.org/build/13943148

Also, having more setuid programs is a bad thing security-wise.
This commit is contained in:
Eelco Dolstra 2014-09-05 14:43:11 +02:00
parent 1f7c775910
commit cd7129a037

View file

@ -77,9 +77,7 @@ in
config = { config = {
security.setuidPrograms = security.setuidPrograms =
[ "mount.nfs" "mount.nfs4" "mount.cifs" [ "fusermount" "wodim" "cdrdao" "growisofs" ];
"fusermount" "umount"
"wodim" "cdrdao" "growisofs" ];
system.activationScripts.setuid = system.activationScripts.setuid =
let let