mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +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:
parent
1f7c775910
commit
cd7129a037
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue