Update upload_cgi and add cgi-nfs for pkgs
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
37a27645fc
commit
4b22cd9f2a
5 changed files with 33 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue