From: Thomas Serlin Date: Fri, 10 Jul 2020 05:36:28 +0000 (-0400) Subject: selinux: add amqp and soundd types to ceph.te X-Git-Tag: v15.2.5~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=808dddc986e9adae244277519c6b9f9431ebb9e5;p=ceph.git selinux: add amqp and soundd types to ceph.te Signed-off-by: Thomas Serlin (cherry picked from commit c3c5129748d2580ec95ef11609b124eef4dc29ff) Conflicts: selinux/ceph.te --- diff --git a/selinux/ceph.te b/selinux/ceph.te index a5b9f5329fa7..fefbd93bc5e6 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 };