Hubs: allow execmem
This commit is contained in:
parent
974e4058ac
commit
50da569cb0
1 changed files with 7 additions and 0 deletions
|
@ -23,6 +23,13 @@
|
||||||
persistent: yes
|
persistent: yes
|
||||||
|
|
||||||
|
|
||||||
|
- name: Allow execmem for Apache
|
||||||
|
seboolean:
|
||||||
|
name: httpd_execmem
|
||||||
|
state: yes
|
||||||
|
persistent: yes
|
||||||
|
|
||||||
|
|
||||||
- name: Allow Apache to write to the cache files
|
- name: Allow Apache to write to the cache files
|
||||||
sefcontext:
|
sefcontext:
|
||||||
setype: httpd_sys_rw_content_t
|
setype: httpd_sys_rw_content_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue