Files
apfstests/nfs4acl/unrepresentable.test
T
Tim Shimmin 841b609ec9 Check in Andreas Gruenbacher's nfs v4 acl tests into the xfstests suite.
Merge of master-melb:xfs-cmds:32058a by kenmcd.

  Run all the tests in xfstests/nfs4acl
2008-09-05 06:18:15 +00:00

21 lines
262 B
Plaintext

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