From: Bdale Garbee Date: Mon, 19 Apr 2010 16:43:15 +0000 (-0600) Subject: huh? X-Git-Tag: debian/1.7.2p6-1~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=cd189e76a0070d0cde9a351363f57273fe0c5618;p=debian%2Fsudo huh? --- diff --git a/debian/sudoers b/debian/sudoers new file mode 100644 index 0000000..354961e --- /dev/null +++ b/debian/sudoers @@ -0,0 +1,19 @@ +# +# This file MUST be edited with the 'visudo' command as root. +# +# See the man page for details on how to write a sudoers file. +# +# Note that modifying behavior defined here may also be done by +# adding content in the /etc/sudoers.d directory. +# + +Defaults env_reset + +# root can use sudo to do anything +root ALL=(ALL) ALL + +# Allow members of group sudo to execute any command +# (Note that later entries may override this) +%sudo ALL=(ALL) ALL + +#includedir /etc/sudoers.d