Skip to content

Commit

Permalink
Change selinux policy to permissive
Browse files Browse the repository at this point in the history
Relates to: #879
Relates to: #883
Relates to: #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 (#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 18, 2024
1 parent 693c885 commit f97651d
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 f97651d

Please sign in to comment.