From cd189e76a0070d0cde9a351363f57273fe0c5618 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 19 Apr 2010 10:43:15 -0600 Subject: [PATCH] huh? --- debian/sudoers | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 debian/sudoers 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 -- 2.47.2