Update upload_cgi and add cgi-nfs for pkgs

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-06-05 09:02:09 +00:00
parent 37a27645fc
commit 4b22cd9f2a
5 changed files with 33 additions and 6 deletions

View file

@ -328,3 +328,10 @@
command: semodule -i /usr/local/share/selinux/upload_cgi.pp
when: selinux_module|changed
- name: copy over our custom nfs selinux policy
copy: src=cgi-nfs.pp dest=/usr/local/share/selinux/cgi-nfs.pp
register: nfs_selinux_module
- name: install our custom nfs selinux policy
command: semodule -i /usr/local/share/selinux/cgi-nfs.pp
when: nfs_selinux_module|changed