zoneminder: More SELinux fixes
This commit is contained in:
parent
10b067e32e
commit
69fd8c0347
1 changed files with 9 additions and 0 deletions
|
@ -59,6 +59,15 @@
|
|||
notify: restart zoneminder
|
||||
when: zm_mysql_host != "localhost"
|
||||
|
||||
- name: loosen selinux settings
|
||||
seboolean:
|
||||
name: "{{ item }}"
|
||||
state: true
|
||||
persistent: true
|
||||
with_items:
|
||||
- domain_can_mmap_files
|
||||
- nis_enabled
|
||||
|
||||
# selinux doesn't allow create this
|
||||
- name: create stub web log
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue