mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: generic/317 318 need procfs uid_map/gid_map support
generic/317 and 318 need /proc/<pid>/[uid_map|gid_map], test fail on older kernels without that support. Add a _require_ugid_map() function and called by 317 and 318. Signed-off-by: Eryu Guan <eguan@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
@@ -63,6 +63,7 @@ _require_scratch
|
||||
_need_to_be_root
|
||||
_acl_setup_ids
|
||||
_require_acls
|
||||
_require_ugid_map
|
||||
ns_acl1=0
|
||||
ns_acl2=`expr $acl2 - $acl1`
|
||||
ns_acl3=`expr $acl3 - $acl1`
|
||||
|
||||
Reference in New Issue
Block a user