* 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 = {
|
security = {
|
||||||
|
|
||||||
setuidPrograms = mkOption {
|
setuidPrograms = mkOption {
|
||||||
default = ["passwd" "su" "crontab" "ping" "ping6"];
|
default = [
|
||||||
|
"passwd" "su" "crontab" "ping" "ping6"
|
||||||
|
"fusermount" "wodim" "cdrdao"
|
||||||
|
];
|
||||||
description = "
|
description = "
|
||||||
Only the programs listed here will be made setuid root (through
|
Only the programs listed here will be made setuid root (through
|
||||||
a wrapper program). It's better to set
|
a wrapper program). It's better to set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user