acl.cfg revision d33341fb88062a3afe7066acda297c3a1959176a
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
0N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
873N/A# CDDL HEADER END
0N/A#
0N/A
0N/A#
0N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
868N/A#
0N/A
0N/A. $STF_SUITE/include/libtest.shlib
2086N/A
0N/Aexport NISSTAFILE=/var/tmp/nis_state
0N/Aexport TESTFILE=testfile$$
0N/Aexport TESTFILE0=testfile0.$$
1787N/Aexport TESTFILE2=testfile2.$$
0N/A
0N/A# Define super user 'zfstest'
1669N/Aexport ZFS_ACL_ADMIN=zfstest
0N/A
338N/Aexport ZFS_ACL_STAFF_GROUP=zfsgrp
338N/Aexport ZFS_ACL_STAFF1=staff1
0N/Aexport ZFS_ACL_STAFF2=staff2
0N/A
0N/Aexport ZFS_ACL_OTHER_GROUP=othergrp
0N/Aexport ZFS_ACL_OTHER1=other1
0N/Aexport ZFS_ACL_OTHER2=other2
1177N/A
1177N/A# Define the current user who run 'usr_exec'
1669N/Aexport ZFS_ACL_CUR_USER=""
1669N/A
1669N/A# Define global error string
0N/Aexport ZFS_ACL_ERR_STR=""
1669N/A
0N/A# Define test file and test directory which will be operated by chmod
0N/Aexport testfile=$TESTDIR/testfile
0N/Aexport testdir=$TESTDIR/testdir
0N/A
0N/A# Define several directories for trivial ACLs function test.
1669N/Aexport RES_DIR=$TESTDIR/RES
1669N/Aexport INI_DIR=$TESTDIR/INIT
0N/Aexport TST_DIR=$TESTDIR/TEST
0N/Aexport TMP_DIR=$TESTDIR/TMP
0N/A
0N/A# Define test files and their attributes files number for trivial
0N/A# ACLs function test
0N/Aexport NUM_FILE=5
0N/Aexport NUM_ATTR=10
0N/A