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 9 # See the License for the specific language governing permissions 10 # and limitations under the License. 11 # 12 # When distributing Covered Code, include this CDDL HEADER in each 13 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14 # If applicable, add the following below this CDDL HEADER, with the 15 # fields enclosed by brackets "[]" replaced with your own identifying 16 # information: Portions Copyright [yyyy] [name of copyright owner] 17 # 18 # CDDL HEADER END 19 # 20 21 # 22 # Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 26 This sub-suite consists of tests for Access Control Lists (ACL) 27 attributes in NFSv4. 28 29 See http://www.ietf.org/rfc/rfc3530.txt section 5.11 Page 50. 30 31 The tests are divided into three basic groups: 32 o acl_neg* - negative tests to ensure server responds correctly 33 to invalid and unsupported ACL requests. 34 35 o acl_pos* - postive file tests 36 37 o acl_dir_pos* - positive directory tests (including file and 38 sub-directory ACL inheritance)