Magellan Linux

Contents of /trunk/mlivecdbuild/profiles/openvpn-i686/custom-files/sudoers

Parent Directory Parent Directory | Revision Log Revision Log


Revision 582 - (show annotations) (download)
Sat Oct 13 11:42:09 2007 UTC (16 years, 6 months ago) by niro
File size: 709 byte(s)
-added openvpn profile

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
12 # Cmnd alias specification
13
14 # Defaults specification
15
16 # Runas alias specification
17
18 # User privilege specification
19 root ALL=(ALL) SETENV: ALL
20
21 # Uncomment to allow people in group wheel to run all commands
22 # and set environment variables.
23 %wheel ALL=(ALL) SETENV: ALL
24
25 # Same thing without a password
26 # %wheel ALL=(ALL) NOPASSWD: SETENV: ALL
27
28 # Samples
29 # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
30 # %users localhost=/sbin/shutdown -h now
31
32 %users ALL=NOPASSWD:/sbin/reboot,/sbin/halt