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