加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-Allow-iptables-list-cgroup-directories.patch 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
lujie54 提交于 2022-09-13 20:45 . update upstream patches
From 72f789dd7c218919a18dd7130d37e92e7a92b994 Mon Sep 17 00:00:00 2001
From: Zdenek Pytela <zpytela@redhat.com>
Date: Wed, 16 Feb 2022 17:40:40 +0100
Subject: [PATCH] Allow iptables list cgroup directories
Reference: https://gitbub.com/fedora-selinux/selinux-policy/commit/72f789dd7c218919a18dd7130d37e92e7a92b994
Conflict: NA
Addresses the following AVC denial:
[ 1591.423033] audit: type=1400 audit(1632734301.322:867): avc: denied { ioctl } for pid=11021 comm="iptables" path="/sys/fs/cgroup" dev="tmpfs" ino=1 scontext=system_u:system_r:iptables_t:s0 tcontext=system_u:object_r:cgroup_t:s0 tclass=dir permissive=0
Resolves: rhbz#2008097
Signed-off-by: lujie54 <lujie54@huawei.com>
---
policy/modules/system/iptables.te | 2 ++
1 file changed, 2 insertions(+)
diff --git a/policy/modules/system/iptables.te b/policy/modules/system/iptables.te
index 495ee29..3374bff 100644
--- a/policy/modules/system/iptables.te
+++ b/policy/modules/system/iptables.te
@@ -51,6 +51,8 @@ files_manage_system_conf_files(iptables_t)
files_etc_filetrans_system_conf(iptables_t)
files_etc_filetrans(iptables_t, system_conf_t, dir)
+fs_list_cgroup_dirs(iptables_t)
+
manage_files_pattern(iptables_t, iptables_var_run_t, iptables_var_run_t)
files_pid_filetrans(iptables_t, iptables_var_run_t, file)
--
1.8.3.1
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化