* Some more programs to make setuid by default.
svn path=/nixos/trunk/; revision=12427
This commit is contained in:
parent
3e8be34fcc
commit
339839a134
@ -2428,7 +2428,10 @@
|
||||
security = {
|
||||
|
||||
setuidPrograms = mkOption {
|
||||
default = ["passwd" "su" "crontab" "ping" "ping6"];
|
||||
default = [
|
||||
"passwd" "su" "crontab" "ping" "ping6"
|
||||
"fusermount" "wodim" "cdrdao"
|
||||
];
|
||||
description = "
|
||||
Only the programs listed here will be made setuid root (through
|
||||
a wrapper program). It's better to set
|
||||
|
Loading…
Reference in New Issue
Block a user