# sudoers file. # # This file MUST be edited with the 'visudo' command as root. # # See the man page for details on how to write a sudoers file. # # This setting may be a security risk. Osamu # Host alias specification - not using Host_Alias LAN = 168.192.0.0/255.255.0.0 # User alias specification - not using, but using group User_Alias STAFF = admin User_Alias SRC = admin, debian, osamu # Cmnd alias specification Cmnd_Alias FILEUTILS = /bin/chown, /bin/chmod, /bin/chgrp, \ /bin/mount, /bin/umount, /usr/bin/cdrecord Cmnd_Alias DEBUTILS = /usr/bin/dpkg, \ /usr/bin/apt-get Cmnd_Alias EDITORS = /bin/vi, \ /bin/emacs # User privilege specification root ALL = (ALL) ALL %staff ALL = (ALL) NOPASSWD: ALL %src ALL = (ALL) NOPASSWD: FILEUTILS, DEBUTILS, EDITORS Defaults:%staff !lecture Defaults:%src !lecture Defaults:%staff !authenticate #Defaults:admin !authenticate