From c4ece1266d3eaf95637d428f234e62fb2f7bdb63 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 (cherry picked from commit 4ca9ef4d276a38a5807b7767e7a3c06858d90e40) --- selinux/ceph.te | 1 + 1 file changed, 1 insertion(+) diff --git a/selinux/ceph.te b/selinux/ceph.te index 87c7d874e25f..d64086e85d53 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.47.3