Skip to content

Commit 316b971

Browse files
committed
Another attempt to fix security test.
1 parent 3be01cc commit 316b971

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/security.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
- python3-policycoreutils
1313
state: present
1414

15+
- name: Ensure SELinux is enabled in `targeted` mode.
16+
selinux:
17+
policy: targeted
18+
state: enforcing
19+
1520
# Security test.
1621
- import_playbook: ../security/main.yml
1722
vars:

0 commit comments

Comments
 (0)