]> granicus.if.org Git - sudo/commitdiff
Some OSes (like Solaris) allow export w/ nosuid too
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 10 Dec 2003 03:02:09 +0000 (03:02 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 10 Dec 2003 03:02:09 +0000 (03:02 +0000)
TROUBLESHOOTING

index 44ac3e4f0874fe1720641a1a159afb7e85e0a051..c71fc8e467fd8bda9ba24726ad08ed5628835dc3 100644 (file)
@@ -12,8 +12,8 @@ Q) Sudo compiles but when I run it I get "Sorry, sudo must be setuid root."
    and sudo quits.
 A) Sudo must be setuid root to do its work.  You need to do something like
    `chmod 4111 /usr/local/bin/sudo'.  Also, the filesystem sudo resides
-   on must *not* be mounted with the nosuid mount option or sudo will
-   not be able to work.  Another possibility is you may have '.' in
+   on must *not* be mounted (or exported) with the nosuid option or sudo
+   will not be able to work.  Another possibility is you may have '.' in
    your $PATH before the directory containing sudo.  If you are going
    to have '.' in your path you should make sure it is at the end.