blob: f030dc84d291b0aeacedf0af43772d4cbb3da6ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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:
Command unmatched
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:
Command unmatched
|