Commit fdfc6740 authored by Wayne Davison's avatar Wayne Davison

- Added more users and some groups to one of the files we're copying.

parent fb7b9ddc
......@@ -20,7 +20,14 @@ echo else >"$fromdir/file2"
files='foo file1 file2'
setfacl -m u:0:7 "$fromdir/foo" || test_skipped "Your filesystem has ACLs disabled"
setfacl -m g:1:5 "$fromdir/foo"
setfacl -m g:2:1 "$fromdir/foo"
setfacl -m g:0:7 "$fromdir/foo"
setfacl -m u:2:1 "$fromdir/foo"
setfacl -m u:1:5 "$fromdir/foo"
setfacl -m u:0:5 "$fromdir/file1"
setfacl -m u:0:5 "$fromdir/file2"
cd "$fromdir"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment