From f97651d8d43b303b658056eb7f2378b4569c60ca Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Wed, 17 Apr 2024 22:16:12 +0200 Subject: [PATCH] Change selinux policy to permissive Relates to: https://github.com/eclipse-bluechi/bluechi/issues/879 Relates to: https://github.com/eclipse-bluechi/bluechi/issues/883 Relates to: https://github.com/eclipse-bluechi/bluechi/issues/884 This is a temporary fix to get BlueChi with its SELinux policy to work again as it is currently broken. As soon as the policy is refined (https://github.com/eclipse-bluechi/bluechi/issues/883) this change can be reversed and the policy enforced again. Signed-off-by: Michael Engel --- selinux/bluechi.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/selinux/bluechi.te b/selinux/bluechi.te index 312ec28423..b78c51a722 100644 --- a/selinux/bluechi.te +++ b/selinux/bluechi.te @@ -25,6 +25,9 @@ corenet_port(bluechi_port_t) type bluechi_agent_port_t; corenet_port(bluechi_agent_port_t) +permissive bluechi_t; +permissive bluechi_agent_t; + ######################################## #