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:
|
||||
KERNELTEST_CONFIG: /etc/kerneltest/kerneltest.cfg
|
||||
|
||||
- name: set sebooleans so the app can talk to the db
|
||||
action: seboolean name=httpd_can_network_connect_db
|
||||
state=true
|
||||
persistent=true
|
||||
- name: set sebooleans so the app can talk to the db and send emails
|
||||
seboolean: name=httpd_can_network_connect state=true persistent=true
|
||||
|
||||
- name: apply selinux type to log files
|
||||
file: >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue