no longr build 31/sfapy2
[infrastructure.git] / tunings-myplc-devel / sudoers
1 # sudoers file.
2 #
3 # This file MUST be edited with the 'visudo' command as root.
4 #
5 # See the sudoers man page for the details on how to write a sudoers file.
6 #
7
8 # Host alias specification
9
10 # User alias specification
11 User_Alias ONELAB = %onelab
12
13 # Cmnd alias specification
14 Cmnd_Alias UPDATE = /plc/devel/data/root/bin/auto-update.sh
15
16 # Defaults specification
17
18 # Runas alias specification
19
20 # User privilege specification
21 root    ALL=(ALL) ALL
22
23 # Uncomment to allow people in group wheel to run all commands
24 # %wheel        ALL=(ALL)       ALL
25
26 # Same thing without a password
27 # %wheel        ALL=(ALL)       NOPASSWD: ALL
28
29 # Samples
30 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
31 # %users  localhost=/sbin/shutdown -h now
32
33 ONELAB          ALL = (build) NOPASSWD: UPDATE