recorded this file from former fc4-based build
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 1 Jun 2007 09:15:29 +0000 (09:15 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Fri, 1 Jun 2007 09:15:29 +0000 (09:15 +0000)
tunings-myplc-devel/sudoers [new file with mode: 0644]

diff --git a/tunings-myplc-devel/sudoers b/tunings-myplc-devel/sudoers
new file mode 100644 (file)
index 0000000..1ab84f4
--- /dev/null
@@ -0,0 +1,33 @@
+# sudoers file.
+#
+# This file MUST be edited with the 'visudo' command as root.
+#
+# See the sudoers man page for the details on how to write a sudoers file.
+#
+
+# Host alias specification
+
+# User alias specification
+User_Alias ONELAB = %onelab
+
+# Cmnd alias specification
+Cmnd_Alias UPDATE = /plc/devel/data/root/bin/auto-update.sh
+
+# Defaults specification
+
+# Runas alias specification
+
+# User privilege specification
+root   ALL=(ALL) ALL
+
+# Uncomment to allow people in group wheel to run all commands
+# %wheel       ALL=(ALL)       ALL
+
+# Same thing without a password
+# %wheel       ALL=(ALL)       NOPASSWD: ALL
+
+# Samples
+# %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
+# %users  localhost=/sbin/shutdown -h now
+
+ONELAB         ALL = (build) NOPASSWD: UPDATE