mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/quota: remove redundant SELinux detection code
SELINUX_MOUNT_OPTIONS is already set in common/config. Setting it again in common/quota is not necessary. Nor is SELINUX_MOUNT_OPTIONS specific to quota tests, so common/quota is not the right place for it. Signed-off-by: Eric Biggers <ebiggers@google.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
@@ -51,13 +51,6 @@ _require_quota()
|
||||
_notrun "disk quotas not supported by this filesystem type: $FSTYP"
|
||||
;;
|
||||
esac
|
||||
|
||||
# SELinux adds extra xattrs which can mess up our expected output.
|
||||
# So, mount with a context, and they won't be created
|
||||
# nfs_t is a "liberal" context so we can use it.
|
||||
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
|
||||
export SELINUX_MOUNT_OPTIONS="-o context=system_u:object_r:nfs_t:s0"
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user