Add semanage for ports
This commit is contained in:
parent
1d85587606
commit
234f2825be
1 changed files with 3 additions and 0 deletions
|
@ -65,6 +65,9 @@
|
||||||
state=true
|
state=true
|
||||||
persistent=true
|
persistent=true
|
||||||
|
|
||||||
|
- name: set ports so httpd can talk to fedmsg endpoints
|
||||||
|
command: semanage port -a -t http_port_t -p tcp 3001-3100
|
||||||
|
|
||||||
- name: apply selinux type to static files
|
- name: apply selinux type to static files
|
||||||
file: >
|
file: >
|
||||||
dest=/usr/lib/python2.6/site-packages/nuancier/static/
|
dest=/usr/lib/python2.6/site-packages/nuancier/static/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue