From c3c5129748d2580ec95ef11609b124eef4dc29ff 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 --- selinux/ceph.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/selinux/ceph.te b/selinux/ceph.te index 2e710e1b1d4..77d35d9714b 100644 --- a/selinux/ceph.te +++ b/selinux/ceph.te @@ -14,6 +14,8 @@ require { type setfiles_t; type nvme_device_t; type targetd_etc_rw_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