Initial commit

This commit is contained in:
2021-03-31 15:50:39 +02:00
commit 4570e285eb
26 changed files with 21036 additions and 0 deletions
@@ -0,0 +1,15 @@
---
- name: Allow apache to read files in /home/appuser/wo-bisch-web
sefcontext:
target: '/home/appuser/wo-bisch-web(/.*)?'
setype: httpd_sys_content_t
state: present
notify:
- Restore selinux context
- name: set SELinux permissions on binary
sefcontext:
target: "/home/appuser/wo-bisch-lorahandler/wo-bisch-lorahandler"
setype: bin_t
notify:
- Restore selinux context