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: wip-pdonnell-testing-20200918.022351~705^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c3c5129748d2580ec95ef11609b124eef4dc29ff;p=ceph-ci.git selinux: add amqp and soundd types to ceph.te Signed-off-by: Thomas Serlin --- 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 };