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: v16.1.0~2633^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F34508%2Fhead;p=ceph.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 e001b4a566b3..81b4d0067530 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;