summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Berger <stefanb@us.ibm.com>2016-10-25 13:36:34 -0400
committerMike Frysinger <vapier@gentoo.org>2016-12-09 14:11:13 -0500
commit2d87e6abd7203b9d3a00c9c6434655f37979b327 (patch)
tree87f162b06f5cd9c8b574d546557263918941ec85
parent315af30d0c1a198dc662a90e6e6ae2456abf2489 (diff)
downloadattr-2d87e6abd7203b9d3a00c9c6434655f37979b327.tar.gz
xattr.conf: do not copy security.evm
The security.evm extended attribute may only be written by the Linux kernel. So modify xattr.conf to always skip this extended attribute. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
-rw-r--r--xattr.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/xattr.conf b/xattr.conf
index e1f2215..dcbc12c 100644
--- a/xattr.conf
+++ b/xattr.conf
@@ -18,3 +18,4 @@ trusted.SGI_DMI_* skip # xfs specific
trusted.SGI_MAC_FILE skip # xfs specific
xfsroot.* skip # xfs specific; obsolete
user.Beagle.* skip # ignore Beagle index data
+security.evm skip # may only be written by kernel