From 23144fee75e25ab0f6404d189710f417cee2ed38 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Sat, 9 Aug 2008 23:26:37 +0000 Subject: [PATCH] added "from system path" hint to description of setuid options svn path=/nixos/trunk/; revision=12568 --- system/options.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/options.nix b/system/options.nix index 1f4b13300ca..f76ce08438f 100644 --- a/system/options.nix +++ b/system/options.nix @@ -2506,8 +2506,8 @@ in "fusermount" "wodim" "cdrdao" ]; description = " - Only the programs listed here will be made setuid root (through - a wrapper program). It's better to set + Only the programs from system path listed her will be made setuid root + (through a wrapper program). It's better to set . "; }; @@ -2531,7 +2531,7 @@ in setgid = true; }]; description = '' - List of non-trivial setuid programs, like Postfix sendmail. Default + List of non-trivial setuid programs from ssystem path, like Postfix sendmail. Default should probably be nobody:nogroup:false:false - if you are bothering doing anything with a setuid program, "root.root u+s g-s" is not what you are aiming at..