mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
841b609ec9
Merge of master-melb:xfs-cmds:32058a by kenmcd. Run all the tests in xfstests/nfs4acl
21 lines
262 B
Plaintext
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
|