this selinux file type changed in 7.3
This commit is contained in:
parent
067d1da6f6
commit
1237bab5e5
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
||||||
- selinux
|
- selinux
|
||||||
|
|
||||||
- name: /usr/share/bodhi/.fedora file contexts
|
- name: /usr/share/bodhi/.fedora file contexts
|
||||||
command: semanage fcontext -a -t httpd_sys_content_rw_t "/usr/share/bodhi/.fedora"
|
command: semanage fcontext -a -t httpd_sys_rw_content_t "/usr/share/bodhi/.fedora"
|
||||||
when: homedir.stdout.find('httpd_sys_content_t') == -1
|
when: homedir.stdout.find('httpd_sys_content_t') == -1
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue