Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user