Fedora 41

Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
This commit is contained in:
2024-12-27 15:54:53 -06:00
parent 6b0d26252a
commit 67f0221bf2

View File

@@ -0,0 +1,9 @@
---
# vars file for ensure_selinux
package_list:
- name: 'python3-libselinux'
state: 'present'
- name: 'python3-libsemanage'
state: 'present'
selinux_policy: 'targeted'
selinux_state: 'enforcing'