mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-03 15:55:40 +00:00
Fix for previous commit
This commit is contained in:
@@ -276,6 +276,8 @@ cmndspec : runasspec nopasswd opcmnd {
|
|||||||
if ($2 == TRUE)
|
if ($2 == TRUE)
|
||||||
no_passwd = TRUE;
|
no_passwd = TRUE;
|
||||||
push;
|
push;
|
||||||
|
user_matches = TRUE;
|
||||||
|
host_matches = TRUE;
|
||||||
} else if (printmatches == TRUE) {
|
} else if (printmatches == TRUE) {
|
||||||
cm_list[cm_list_len].runas_len = 0;
|
cm_list[cm_list_len].runas_len = 0;
|
||||||
cm_list[cm_list_len].cmnd_len = 0;
|
cm_list[cm_list_len].cmnd_len = 0;
|
||||||
|
1596
sudo.tab.c
Normal file
1596
sudo.tab.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user