Message ID | 20170311005048.128477-1-ebiggers3@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/common/quota b/common/quota index c48cc70b..f49728c2 100644 --- a/common/quota +++ b/common/quota @@ -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 } #