xfstests generic/318: user namespace uid/gids in an ACL

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Reviewed-by: Rich Johnston <rjohnston@sgi.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Dwight Engen
2013-08-19 17:34:42 +00:00
committed by Rich Johnston
parent 531a2473ce
commit 511f9be259
4 changed files with 168 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
QA output created by 318
From init_user_ns
# file: SCRATCH_MNT/file1
# owner: id1
# group: id1
user::rw-
user:id1:r-x #effective:r--
user:id2:rw- #effective:r--
group::r--
group:id2:--x #effective:---
mask::r--
other::r--
From user_ns
# file: SCRATCH_MNT/file1
# owner: 0
# group: 65534
user::rw-
user:0:r-x #effective:r--
user:1:rw- #effective:r--
group::r--
group:0:--x #effective:---
mask::r--
other::r--
*** Remounting ***
From init_user_ns
# file: SCRATCH_MNT/file1
# owner: id1
# group: id1
user::rw-
user:id1:r-x #effective:r--
user:id2:rw- #effective:r--
group::r--
group:id2:--x #effective:---
mask::r--
other::r--
From user_ns
# file: SCRATCH_MNT/file1
# owner: 0
# group: 65534
user::rw-
user:0:r-x #effective:r--
user:1:rw- #effective:r--
group::r--
group:0:--x #effective:---
mask::r--
other::r--