Skip to content

Commit

Permalink
test: use selinux for relp to fix test AVC
Browse files Browse the repository at this point in the history
The tests_relp is causing AVCs.  Use selinux in the test to
avoid the AVCs.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Jul 22, 2024
1 parent 9963be4 commit f1e8151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests_relp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
- name: Set firewall true and selinux false
set_fact:
logging_manage_firewall: true
logging_manage_selinux: false
logging_manage_selinux: true

- name: TEST CASE 1; Test the client configuration using tls relp
vars:
Expand Down

0 comments on commit f1e8151

Please sign in to comment.