[sudo] Replace #include by the @include primitive
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>linter
parent
b61421f5d6
commit
74eaae5899
|
@ -22,6 +22,6 @@ root ALL=(ALL:ALL) ALL
|
||||||
USERS ALL=(root:ALL) NOPASSWD:/usr/sbin/qm list
|
USERS ALL=(root:ALL) NOPASSWD:/usr/sbin/qm list
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# See sudoers(5) for more information on "#include" directives:
|
# See sudoers(5) for more information on "@include" directives:
|
||||||
|
|
||||||
#includedir /etc/sudoers.d
|
@includedir /etc/sudoers.d
|
||||||
|
|
Loading…
Reference in New Issue