head     1.1;
branch   1.1.1;
access   ;
symbols  LTP_20031204:1.1.1.1 LINUX_TEST_PROJECT:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2003.12.31.08.57.35;  author mtm;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2003.12.31.08.57.35;  author mtm;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# 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
@


1.1.1.1
log
@Initial import of the Linux Test Project (http://ltp.sourceforge.net).

This import is minus the Posix test suite, which will be imported separately,
and the HPI suite, which doesn't concern us.
@
text
@@
