Revert "nixos: add setuid wrappers for some networked filesystems' helpers"
This reverts commit 26a4001a98322ab903b8186b97f33c5b282828a5. 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:
parent
1f7c775910
commit
cd7129a037
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user