2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00
Todd C. Miller 6bdfd010d2 Add CHROOT and CWD sudoers options.
Also matching runchroot and runcwd Defaults settings.
2020-09-01 06:26:00 -06:00

16 lines
460 B
Plaintext

#
DEFAULTS_USER WORD(6) DEFVAR
DEFAULTS_RUNAS WORD(6) DEFVAR
DEFAULTS_USER BEGINSTR STRBODY ENDSTR WORD(4) DEFVAR
DEFAULTS_RUNAS BEGINSTR STRBODY ENDSTR WORD(4) DEFVAR
#
WORD(6) ALL = ALL
WORD(6) ALL = ( WORD(6) : WORD(6) ) ALL
BEGINSTR STRBODY ENDSTR WORD(4) ALL = ALL
BEGINSTR STRBODY ENDSTR WORD(4) ALL = ( BEGINSTR STRBODY ENDSTR WORD(4) : BEGINSTR STRBODY ENDSTR WORD(4) ) ALL
#
USERGROUP ALL = ALL
BEGINSTR STRBODY ENDSTR USERGROUP ALL = ALL