]> granicus.if.org Git - sudo/commit
Fix another parser bug. For a sudoers entry like this:
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Mar 1999 17:17:54 +0000 (17:17 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 30 Mar 1999 17:17:54 +0000 (17:17 +0000)
commit49c5a12d8c4325ad219eb702dadb568aa5dad76a
tree80c811befd15c594758b815cc91e2acdd2eb1080
parentb3f330600ec2e26fa2f874fddd05221e1bc64ed6
Fix another parser bug.  For a sudoers entry like this:
    millert ALL=/bin/ls,(daemon) !/bin/ls
sudo would not allow millert to run ls as root.
parse.c
parse.yacc
sudo.tab.c