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 NFSv4 ACL attributes.
  27 See http://www.ietf.org/rfc/rfc3530.txt
  28 
  29 Currently there are two subdirs for the ACL tests:
  30         - srv_tests
  31                 The tests in this subdir use the "nfsv4shell" TCL tool. 
  32                 See http://nfsv4shell.sourceforge.net/ for more information 
  33                 about this tool and the "nfsh.man" document with comes 
  34                 with the tool for the usage.
  35         - cmd_tests
  36                 The tests in this subdir mainly verify ACL attributes
  37                 using getfacl(1) and setfacl(1) commands.
  38 
  39 Please refer to the README files under the subdirs for more information.
  40