]> granicus.if.org Git - sudo/commit
fix parsing of runas lists:
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 Dec 1999 19:06:09 +0000 (19:06 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 5 Dec 1999 19:06:09 +0000 (19:06 +0000)
commit34d793254d718ef753f38cf816b5b59251167abc
treeced43f365a738c0f132f4ae111ab7da26d6872f3
parent12f52160978fbaf53ea0fe77cb759b9d66ff61ab
fix parsing of runas lists:
o oprunasuser and runaslist now return a value
o in a runasspec, if a runaslist does not return TRUE, set runas_matches to
  FALSE.  Normally, a runaslist only returns FALSE for explicitly denied
  users.
o since runaslist does not modify the stack there is no need for a push/pop
  in runasalias.
CHANGES
parse.yacc
sudo.tab.c