mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
More fixes to selinux pkgs
This commit is contained in:
@@ -299,8 +299,8 @@
|
||||
- selinux
|
||||
|
||||
- name: set the SELinux policy for the upload CGI script
|
||||
command: semanage fcontext -a -t httpd_git_script_exec_t "/srv/web/upload.cgi"
|
||||
when: upcgicontext.stdout.find('httpd_git_script_exec_t') == -1
|
||||
command: semanage fcontext -a -t git_script_t "/srv/web/upload.cgi"
|
||||
when: upcgicontext.stdout.find('git_script_t') == -1
|
||||
tags:
|
||||
- config
|
||||
- lookaside
|
||||
|
||||
Reference in New Issue
Block a user