From: Kefu Chai Date: Fri, 10 Apr 2020 06:27:48 +0000 (+0800) Subject: selinux: add "type http_cache_port_t" in require section X-Git-Tag: wip-pdonnell-testing-20200918.022351~1570^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4ca9ef4d276a38a5807b7767e7a3c06858d90e40;p=ceph-ci.git 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 --- 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;