huh?
authorBdale Garbee <bdale@gag.com>
Mon, 19 Apr 2010 16:43:15 +0000 (10:43 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 19 Apr 2010 16:43:15 +0000 (10:43 -0600)
debian/sudoers [new file with mode: 0644]

diff --git a/debian/sudoers b/debian/sudoers
new file mode 100644 (file)
index 0000000..354961e
--- /dev/null
@@ -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