mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00: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:
parent
1f7c775910
commit
cd7129a037
|
@ -77,9 +77,7 @@ in
|
|||
config = {
|
||||
|
||||
security.setuidPrograms =
|
||||
[ "mount.nfs" "mount.nfs4" "mount.cifs"
|
||||
"fusermount" "umount"
|
||||
"wodim" "cdrdao" "growisofs" ];
|
||||
[ "fusermount" "wodim" "cdrdao" "growisofs" ];
|
||||
|
||||
system.activationScripts.setuid =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue