From 1237bab5e5dca0fa1004407b19a4358cebefeb87 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 1 Dec 2016 05:08:11 +0000 Subject: [PATCH] this selinux file type changed in 7.3 --- roles/bodhi2/base/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bodhi2/base/tasks/main.yml b/roles/bodhi2/base/tasks/main.yml index 83faeb107c..8ecc9792e1 100644 --- a/roles/bodhi2/base/tasks/main.yml +++ b/roles/bodhi2/base/tasks/main.yml @@ -163,7 +163,7 @@ - selinux - 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 tags: - config