user not allowed

Todd C. Miller Todd.Miller at courtesan.com
Tue Apr 24 14:03:52 EDT 2001


Sudo just does simple pattern matching and:
    "/bin/chmod o+w /var/www/cgi-bin/pr"
does not match:
    "/bin/chmod /var/www/cgi-bin/*"

since the sudoers entry doesn't have anything for chmod's mode
argument.

 - todd



More information about the sudo-users mailing list