Skip to content

Commit

Permalink
Change selinux policy to permissive
Browse files Browse the repository at this point in the history
Relates to: eclipse-bluechi#879
Relates to: eclipse-bluechi#883
Relates to: eclipse-bluechi#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 (eclipse-bluechi#883)
this change can be reversed and the policy enforced again.

Signed-off-by: Michael Engel <mengel@redhat.com>
  • Loading branch information
engelmi committed Apr 17, 2024
1 parent 693c885 commit ff98ecf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selinux/bluechi.te
Original file line number Diff line number Diff line change
Expand Up @@ -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;


########################################
#
Expand Down

0 comments on commit ff98ecf

Please sign in to comment.