From 808dddc986e9adae244277519c6b9f9431ebb9e5 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 a5b9f5329fa..fefbd93bc5e 100644 --- a/selinux/ceph.te +++ b/selinux/ceph.te @@ -13,6 +13,8 @@ require { type urandom_device_t; type setfiles_t; type nvme_device_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.47.3