]> granicus.if.org Git - sudo/commit
Set safe_cmnd after sudoers_lookup() if it has not been set.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Nov 2004 21:28:55 +0000 (21:28 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 24 Nov 2004 21:28:55 +0000 (21:28 +0000)
commitf75a034f06d05e5342a920c6ecce6e91446b87f7
tree8a4a041c3c1ec8f5c2e2adb2804aecefd9ab2eba
parent9c526bdc30e97ed17e66d7a05766da7d338e2983
Set safe_cmnd after sudoers_lookup() if it has not been set.
Previously it was set by sudo "ALL" in the parser but at that point
the fully-qualified pathname has not yet been found.
gram.c
gram.y
sudo.c