2010-07-15 15:09:54 -04:00
|
|
|
## sudoers file.
|
|
|
|
##
|
|
|
|
## This file MUST be edited with the 'visudo' command as root.
|
|
|
|
## Failure to use 'visudo' may result in syntax or file permission errors
|
|
|
|
## that prevent sudo from running.
|
|
|
|
##
|
|
|
|
## See the sudoers man page for the details on how to write a sudoers file.
|
|
|
|
##
|
1994-02-10 18:47:04 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## Host alias specification
|
|
|
|
##
|
|
|
|
## Groups of machines. These may include host names (optionally with wildcards),
|
|
|
|
## IP addresses, network numbers or netgroups.
|
|
|
|
# Host_Alias WEBSERVERS = www1, www2, www3
|
1994-02-10 18:47:04 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## User alias specification
|
|
|
|
##
|
|
|
|
## Groups of users. These may consist of user names, uids, Unix groups,
|
|
|
|
## or netgroups.
|
|
|
|
# User_Alias ADMINS = millert, dowdy, mikef
|
1995-04-10 23:44:05 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## Cmnd alias specification
|
|
|
|
##
|
|
|
|
## Groups of commands. Often used to group related commands together.
|
|
|
|
# Cmnd_Alias PROCESSES = /usr/bin/nice, /bin/kill, /usr/bin/renice, \
|
|
|
|
# /usr/bin/pkill, /usr/bin/top
|
2014-04-15 11:26:01 -06:00
|
|
|
# Cmnd_Alias REBOOT = /sbin/halt, /sbin/reboot, /sbin/poweroff
|
1994-02-10 18:47:04 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## Defaults specification
|
|
|
|
##
|
|
|
|
## You may wish to keep some of the following environment variables
|
|
|
|
## when running commands via sudo.
|
|
|
|
##
|
|
|
|
## Locale settings
|
|
|
|
# Defaults env_keep += "LANG LANGUAGE LINGUAS LC_* _XKB_CHARSET"
|
|
|
|
##
|
2010-07-21 09:51:43 -04:00
|
|
|
## Run X applications through sudo; HOME is used to find the
|
|
|
|
## .Xauthority file. Note that other programs use HOME to find
|
|
|
|
## configuration files and this may lead to privilege escalation!
|
|
|
|
# Defaults env_keep += "HOME"
|
|
|
|
##
|
2010-07-15 15:09:54 -04:00
|
|
|
## X11 resource path settings
|
|
|
|
# Defaults env_keep += "XAPPLRESDIR XFILESEARCHPATH XUSERFILESEARCHPATH"
|
|
|
|
##
|
|
|
|
## Desktop path settings
|
|
|
|
# Defaults env_keep += "QTDIR KDEDIR"
|
|
|
|
##
|
|
|
|
## Allow sudo-run commands to inherit the callers' ConsoleKit session
|
|
|
|
# Defaults env_keep += "XDG_SESSION_COOKIE"
|
|
|
|
##
|
|
|
|
## Uncomment to enable special input methods. Care should be taken as
|
|
|
|
## this may allow users to subvert the command being run via sudo.
|
|
|
|
# Defaults env_keep += "XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
|
2010-07-25 13:12:49 -04:00
|
|
|
##
|
2015-07-08 16:15:53 -06:00
|
|
|
## Uncomment to use a hard-coded PATH instead of the user's to find commands
|
|
|
|
# Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
|
|
|
##
|
|
|
|
## Uncomment to send mail if the user does not enter the correct password.
|
|
|
|
# Defaults mail_badpass
|
|
|
|
##
|
2010-07-25 13:12:49 -04:00
|
|
|
## Uncomment to enable logging of a command's output, except for
|
|
|
|
## sudoreplay and reboot. Use sudoreplay to play back logged sessions.
|
2022-05-15 18:46:24 -06:00
|
|
|
## Sudo will create up to 2,176,782,336 I/O logs before recycing them.
|
|
|
|
## Set maxseq to a smaller number if you don't have unlimited disk space.
|
2010-07-25 13:12:49 -04:00
|
|
|
# Defaults log_output
|
|
|
|
# Defaults!/usr/bin/sudoreplay !log_output
|
|
|
|
# Defaults!/usr/local/bin/sudoreplay !log_output
|
2014-04-15 11:26:01 -06:00
|
|
|
# Defaults!REBOOT !log_output
|
2022-05-15 18:46:24 -06:00
|
|
|
# Defaults maxseq = 1000
|
2001-12-18 00:50:06 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## Runas alias specification
|
|
|
|
##
|
2004-06-07 00:07:35 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
##
|
|
|
|
## User privilege specification
|
|
|
|
##
|
2021-12-04 17:41:13 -05:00
|
|
|
root ALL=(ALL:ALL) ALL
|
2001-12-15 05:44:06 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
## Uncomment to allow members of group wheel to execute any command
|
2021-12-04 17:41:13 -05:00
|
|
|
# %wheel ALL=(ALL:ALL) ALL
|
2001-12-15 05:44:06 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
## Same thing without a password
|
2021-12-04 17:41:13 -05:00
|
|
|
# %wheel ALL=(ALL:ALL) NOPASSWD: ALL
|
2001-12-15 05:44:06 +00:00
|
|
|
|
2010-07-15 15:09:54 -04:00
|
|
|
## Uncomment to allow members of group sudo to execute any command
|
2021-12-04 17:41:13 -05:00
|
|
|
# %sudo ALL=(ALL:ALL) ALL
|
2010-07-15 15:09:54 -04:00
|
|
|
|
2010-07-28 16:28:14 -04:00
|
|
|
## Uncomment to allow any user to run sudo if they know the password
|
|
|
|
## of the user they are running the command as (root by default).
|
|
|
|
# Defaults targetpw # Ask for the password of the target user
|
2021-12-04 17:41:13 -05:00
|
|
|
# ALL ALL=(ALL:ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
|
2010-07-28 16:28:14 -04:00
|
|
|
|
2010-08-18 08:09:10 -04:00
|
|
|
## Read drop-in files from @sysconfdir@/sudoers.d
|
2020-07-06 08:45:04 -06:00
|
|
|
@includedir @sysconfdir@/sudoers.d
|