mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: Add richacl tests
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
9d93ce7ddd
commit
73f9e47abd
@@ -0,0 +1,19 @@
|
||||
QA output created by 370
|
||||
--- runas -u 99 -g 99 sh -c echo a > a
|
||||
sh: a: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo b > b
|
||||
--- runas -u 99 -g 99 sh -c echo c > c
|
||||
sh: c: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo d > d
|
||||
--- runas -u 99 -g 99 sh -c echo e > e
|
||||
--- runas -u 99 -g 99 sh -c echo f > f
|
||||
sh: f: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo A >> a
|
||||
sh: a: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo B >> b
|
||||
sh: b: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo C >> c
|
||||
--- runas -u 99 -g 99 sh -c echo D >> d
|
||||
--- runas -u 99 -g 99 sh -c echo E >> e
|
||||
sh: e: Permission denied
|
||||
--- runas -u 99 -g 99 sh -c echo F >> f
|
||||
Reference in New Issue
Block a user