* Some more programs to make setuid by default.

svn path=/nixos/trunk/; revision=12427
This commit is contained in:
Eelco Dolstra 2008-07-25 13:33:10 +00:00
parent 3e8be34fcc
commit 339839a134

View File

@ -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