mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Remove some setuid wrappers for non-standard programs
This commit is contained in:
parent
cd7129a037
commit
bb9ee6a13f
1 changed files with 1 additions and 2 deletions
|
@ -76,8 +76,7 @@ in
|
|||
|
||||
config = {
|
||||
|
||||
security.setuidPrograms =
|
||||
[ "fusermount" "wodim" "cdrdao" "growisofs" ];
|
||||
security.setuidPrograms = [ "fusermount" ];
|
||||
|
||||
system.activationScripts.setuid =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue