From 4ca9ef4d276a38a5807b7767e7a3c06858d90e40 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 10 Apr 2020 14:27:48 +0800 Subject: [PATCH] selinux: add "type http_cache_port_t" in require section this addresses the regression introduced by 611a2a7ce1713cf92797b19d8a9a93a7dfc68fa5 Fixes: https://tracker.ceph.com/issues/45022 Signed-off-by: Kefu Chai --- selinux/ceph.te | 1 + 1 file changed, 1 insertion(+) diff --git a/selinux/ceph.te b/selinux/ceph.te index e001b4a566b..81b4d006753 100644 --- a/selinux/ceph.te +++ b/selinux/ceph.te @@ -4,6 +4,7 @@ require { type sysfs_t; type configfs_t; type commplex_main_port_t; + type http_cache_port_t; type rpm_exec_t; type rpm_var_lib_t; type kernel_t; -- 2.39.5