[BACK]Return to sudoers CVS log [TXT][DIR] Up to [Development] / projects / ltp / doc / examples

File: [Development] / projects / ltp / doc / examples / sudoers (download)

Revision 1.1, Tue Mar 13 16:38:16 2001 UTC (16 years, 7 months ago) by nstraz
Branch: MAIN
CVS Tags: HEAD

I added the sudo files from Urban Widmark (urban@teststation.com) and
separated out the super files in the same manner.

# Sample sudoers file for Linux Test Project.
#
# 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
# List the users allowed to run the LTP tests requiring root
User_Alias	LTPUSERS = puw, nstraz, jgarzik


# Cmnd alias specification

# List the tests requiring root, LTPROOT must be replaced with the full
# path to your ltp installation. Producing something like:
#   /usr/local/ltp/tests/mknod01, \
#   ...
Cmnd_Alias	LTPTESTS = LTPROOT/tests/mknod01, \
			   LTPROOT/tests/setgroups01, \
			   LTPROOT/tests/setuid02, \
			   LTPROOT/tests/unlink08

# User privilege specification
root		ALL=(ALL) ALL
LTPUSERS	ALL = NOPASSWD: LTPTESTS