From 509aac4d1c6e3e6f48e060b2b4189fc9b1e646ff Mon Sep 17 00:00:00 2001 From: Thomas Serlin Date: Fri, 10 Jul 2020 01:36:28 -0400 Subject: [PATCH] selinux: add amqp and soundd types to ceph.te Signed-off-by: Thomas Serlin (cherry picked from commit c3c5129748d2580ec95ef11609b124eef4dc29ff) Conflicts: selinux/ceph.te --- selinux/ceph.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selinux/ceph.te b/selinux/ceph.te index a79ee7edf6a0b..9a481b096e289 100644 --- a/selinux/ceph.te +++ b/selinux/ceph.te @@ -15,6 +15,8 @@ require { type nvme_device_t; type httpd_config_t; type proc_kcore_t; + type amqp_port_t; + type soundd_port_t; class sock_file unlink; class tcp_socket name_connect_t; class lnk_file { create getattr read unlink }; -- 2.39.5