acl.cfg (d583b39b) acl.cfg (d33341fb)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 17 unchanged lines hidden (view full) ---

26
27. $STF_SUITE/include/libtest.shlib
28
29export NISSTAFILE=/var/tmp/nis_state
30export TESTFILE=testfile$$
31export TESTFILE0=testfile0.$$
32export TESTFILE2=testfile2.$$
33
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 17 unchanged lines hidden (view full) ---

26
27. $STF_SUITE/include/libtest.shlib
28
29export NISSTAFILE=/var/tmp/nis_state
30export TESTFILE=testfile$$
31export TESTFILE0=testfile0.$$
32export TESTFILE2=testfile2.$$
33
34# Define super user 'admin'
35export ZFS_ACL_ADMIN=admin
34# Define super user 'zfstest'
35export ZFS_ACL_ADMIN=zfstest
36
37export ZFS_ACL_STAFF_GROUP=zfsgrp
38export ZFS_ACL_STAFF1=staff1
39export ZFS_ACL_STAFF2=staff2
40
41export ZFS_ACL_OTHER_GROUP=othergrp
42export ZFS_ACL_OTHER1=other1
43export ZFS_ACL_OTHER2=other2

--- 21 unchanged lines hidden ---
36
37export ZFS_ACL_STAFF_GROUP=zfsgrp
38export ZFS_ACL_STAFF1=staff1
39export ZFS_ACL_STAFF2=staff2
40
41export ZFS_ACL_OTHER_GROUP=othergrp
42export ZFS_ACL_OTHER1=other1
43export ZFS_ACL_OTHER2=other2

--- 21 unchanged lines hidden ---