mirror of https://github.com/sudo-project/sudo.git
26 lines
529 B
Plaintext
26 lines
529 B
Plaintext
Testing @include with garbage after the path name
|
|
|
|
sudoers:1:24: syntax error
|
|
@include sudoers.local womp womp
|
|
^~~~
|
|
testsudoers: unable to open sudoers.local: No such file or directory
|
|
|
|
Entries for user root:
|
|
|
|
Password required
|
|
|
|
Parse error
|
|
|
|
Testing #include with garbage after the path name
|
|
|
|
sudoers:1:24: syntax error
|
|
#include sudoers.local womp womp
|
|
^~~~
|
|
testsudoers: unable to open sudoers.local: No such file or directory
|
|
|
|
Entries for user root:
|
|
|
|
Password required
|
|
|
|
Parse error
|