xfstests: generic/318 use symbolic namespaced ids

Christoph, I think the following should fix 318 for you.
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
Dwight Engen
2013-10-24 20:11:55 +00:00
committed by Rich Johnston
parent 5b8e9ac032
commit c4d4fb21ef
2 changed files with 29 additions and 12 deletions
+10 -10
View File
@@ -13,13 +13,13 @@ other::r--
From user_ns
# file: SCRATCH_MNT/file1
# owner: 0
# group: 65534
# owner: nsid1
# group: nsid1
user::rw-
user:0:r-x #effective:r--
user:1:rw- #effective:r--
user:nsid1:r-x #effective:r--
user:nsid2:rw- #effective:r--
group::r--
group:0:--x #effective:---
group:nsid2:--x #effective:---
mask::r--
other::r--
@@ -39,13 +39,13 @@ other::r--
From user_ns
# file: SCRATCH_MNT/file1
# owner: 0
# group: 65534
# owner: nsid1
# group: nsid1
user::rw-
user:0:r-x #effective:r--
user:1:rw- #effective:r--
user:nsid1:r-x #effective:r--
user:nsid2:rw- #effective:r--
group::r--
group:0:--x #effective:---
group:nsid2:--x #effective:---
mask::r--
other::r--