7 Star 0 Fork 29

src-openEuler/attr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0002-dont-skip-security.evm-when-copy-xattr.patch 909 Bytes
一键复制 编辑 原始数据 按行查看 历史
SuperSix173 提交于 2024-02-27 19:55 +08:00 . Revert "attr: Upgrade attr to version 2.5.2"
From 0aa9a1568fc318345c4123fc19f825933f8dcb66 Mon Sep 17 00:00:00 2001
From: zhangtianxing3 <zhangtianxing3@huawei.com>
Date: Mon, 24 Jan 2022 11:39:36 +0800
Subject: [PATCH] dont skip security.evm when copy xattr
IMA feature need to use security.evm, so we should not skip
Signed-off-by: lixiaokeng <lixiaokeng@huawei.com>
Signed-off-by: volcanodragon <linfeilong@huawei.com>
---
xattr.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xattr.conf b/xattr.conf
index 1affac5..07d3403 100644
--- a/xattr.conf
+++ b/xattr.conf
@@ -18,5 +18,5 @@ 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
+#security.evm skip # may only be written by kernel
afs.* skip # AFS metadata and ACLs
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/attr.git
git@gitee.com:src-openeuler/attr.git
src-openeuler
attr
attr
master

搜索帮助