From cc6ca2352a75c38f7721a2bb9c3d60277333fa37 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 8 Feb 2018 12:24:56 +0100 Subject: [PATCH] Switch SELinux on Koschei back to enforcing Hopefully SELinux bug workaround shouldn't be needed any longer. --- roles/koschei/common/tasks/main.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/roles/koschei/common/tasks/main.yml b/roles/koschei/common/tasks/main.yml index a9d7cdc82d..af8988e54d 100644 --- a/roles/koschei/common/tasks/main.yml +++ b/roles/koschei/common/tasks/main.yml @@ -1,14 +1,4 @@ --- -# FIXME workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1513704 -# See also: https://pagure.io/fedora-infrastructure/issue/6540 -- name: Put SELinux in permissive mode - selinux: state=permissive policy=targeted - when: ansible_distribution_major_version|int > 26 - tags: - - koschei - - config - - selinux - - name: Add koschei copr dev repo on stg when: env == "staging" template: src=copr.repo.j2 dest=/etc/yum.repos.d/copr.repo