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:
Andreas Gruenbacher
2016-06-28 14:47:26 +02:00
committed by Eryu Guan
parent 9d93ce7ddd
commit 73f9e47abd
21 changed files with 1331 additions and 0 deletions
+19
View File
@@ -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