]> granicus.if.org Git - sudo/commitdiff
Add caveat about stay_setuid flag
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Jan 2002 18:36:44 +0000 (18:36 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 13 Jan 2002 18:36:44 +0000 (18:36 +0000)
sudoers.pod

index 210e5d506aef89d2c2b5fc0a43e5e3e0b83d46a3..4847e7320b6bb67debe0ba8c4843e1594ff75320 100644 (file)
@@ -428,7 +428,11 @@ UIDs are set to the target user (root by default).  This option
 changes that behavior such that the real UID is left as the invoking
 user's UID.  In other words, this makes B<sudo> act as a setuid
 wrapper.  This can be useful on systems that disable some potentially
-dangerous functionality when a program is run setuid.
+dangerous functionality when a program is run setuid.  Note, however,
+that this means that sudo will run with the real uid of the invoking
+user which may allow that user to kill B<sudo> before it can log a
+failure, depending on how your OS defines the interaction between
+signals and setuid processes.
 
 =item env_reset