[BACK]Return to unrepresentable.test CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfstests / nfs4acl

File: [Development] / xfs-cmds / xfstests / nfs4acl / unrepresentable.test (download)

Revision 1.1, Fri Sep 5 06:18:15 2008 UTC (9 years, 1 month ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD

Check in Andreas Gruenbacher's nfs v4 acl tests into the xfstests suite.
Merge of master-melb:xfs-cmds:32058a by kenmcd.

  Add in AG's nfs4acl tests.

Test cases for (acl, masks) pairs that cannot be represented as
pure ACLs

$ rm -rf d
$ mkdir d
$ cd d

$ touch x

$ nfs4acl --set 'group@:rw::allow' x
$ chmod 600 x
$ ls -l x | cut -d ' ' -f 1
> -rw-------
$ nfs4acl --get x
> x:
>
$ rm -f x

$ cd ..
$ rm -rf d