* growisofs needs to be setuid for high priority scheduling.

svn path=/nixos/trunk/; revision=13220
This commit is contained in:
Eelco Dolstra 2008-11-07 13:38:46 +00:00
parent 37b57e84cf
commit 1ef6d0c61b

View File

@ -2738,7 +2738,7 @@ in
setuidPrograms = mkOption {
default = [
"passwd" "su" "crontab" "ping" "ping6"
"fusermount" "wodim" "cdrdao"
"fusermount" "wodim" "cdrdao" "growisofs"
];
description = "
Only the programs from system path listed her will be made setuid root