Enable SELinux, by default to enforce the targeted policy

This commit is contained in:
2020-12-05 23:53:18 -06:00
parent b5514e9415
commit 5137d9839e
2 changed files with 15 additions and 2 deletions

View File

@@ -1,2 +1,5 @@
---
# defaults file for ensure_selinux
# defaults file for ensure_selinux
selinux_policy: 'targeted'
selinux_state: 'enforcing'