# sudoers file.
# $Id: sudoers,v 1.32 2005/03/15 01:59:03 tom Exp $
# $Source: /home/CVS/fireballTop/fireballFS/root/etc/sudoers,v $
#
# 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

# Cmnd alias specification

# User privilege specification

# Create an administration group, ADMIN, to
# let the httpd owner on any machine, run certain specific commands as root.
# Don't require him to authenticate with a password. Include root
# in the ADMIN list so that root can test scripts that include sudo
# commands.
User_Alias ADMIN = root, netrx
Defaults:ADMIN	!authenticate , !syslog
ADMIN   ALL  =(root) /bin/cp,    \
                     /bin/mv,    \
                     /bin/mkdir, \
                     /bin/ln,    \
                     /bin/chown, \
                     /bin/chmod, \
                     /bin/rm,    \
                     /bin/cat,   \
                     /bin/mount, \
                     /bin/kill,  \
                     /usr/bin/file, \
                     /bin/hostname, \
                     /etc/init.d/networking, \
                     /etc/init.d/iptables, \
                     /usr/local/fireball/mergePasswds, \
                     /sbin/boot_status, \
                     /sbin/init, \
                     /sbin/dumpe2fs, \
                     /usr/local/fireball/ext3JournalSize, \
                     /usr/local/fireball/warranty, \
                     /usr/local/fireball/sysinfo, \
                     /usr/local/fireball/checkBadBlocks

