From 339839a1342cd18d5830efa569e027a23c5ffad6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 25 Jul 2008 13:33:10 +0000 Subject: [PATCH] * Some more programs to make setuid by default. svn path=/nixos/trunk/; revision=12427 --- system/options.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 35f6f27319c..77c1f2f970b 100644 --- a/system/options.nix +++ b/system/options.nix @@ -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