diff options
Diffstat (limited to 'files/etc/sudoers')
-rw-r--r-- | files/etc/sudoers | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/files/etc/sudoers b/files/etc/sudoers new file mode 100644 index 0000000..1026c16 --- /dev/null +++ b/files/etc/sudoers @@ -0,0 +1,21 @@ +# /etc/sudoers +# +# This file MUST be edited with the 'visudo' command as root. +# +# See the man page for details on how to write a sudoers file. +# + +Defaults env_reset + +# Host alias specification + +# User alias specification + +# Cmnd alias specification + +# User privilege specification + +# Uncomment to allow members of group sudo to not need a password +# (Note that later entries override this, so you might need to move +# it further down) +%sudo ALL=NOPASSWD: ALL |