mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Rich Johnston
parent
531a2473ce
commit
511f9be259
@@ -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--
|
||||
|
||||
Reference in New Issue
Block a user