Update kerneltest seboolean to let fedmsg send error emails.
This commit is contained in:
parent
c8728f2c84
commit
5fb2d93941
1 changed files with 2 additions and 4 deletions
|
@ -42,10 +42,8 @@
|
||||||
environment:
|
environment:
|
||||||
KERNELTEST_CONFIG: /etc/kerneltest/kerneltest.cfg
|
KERNELTEST_CONFIG: /etc/kerneltest/kerneltest.cfg
|
||||||
|
|
||||||
- name: set sebooleans so the app can talk to the db
|
- name: set sebooleans so the app can talk to the db and send emails
|
||||||
action: seboolean name=httpd_can_network_connect_db
|
seboolean: name=httpd_can_network_connect state=true persistent=true
|
||||||
state=true
|
|
||||||
persistent=true
|
|
||||||
|
|
||||||
- name: apply selinux type to log files
|
- name: apply selinux type to log files
|
||||||
file: >
|
file: >
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue