mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Save entries that match a ! command on the matching stack too
This commit is contained in:
@@ -1120,7 +1120,7 @@ case 22:
|
||||
#line 269 "parse.yacc"
|
||||
{ /* Push a new entry onto the stack if needed */
|
||||
if (user_matches == TRUE && host_matches == TRUE &&
|
||||
cmnd_matches == TRUE && runas_matches == TRUE) {
|
||||
cmnd_matches != -1 && runas_matches == TRUE) {
|
||||
push;
|
||||
user_matches = TRUE;
|
||||
host_matches = TRUE;
|
||||
|
Reference in New Issue
Block a user