From 516e7d06c2f901f25aa06afea89d05b9afeb75a1 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Mar 01 2016 16:37:23 +0000 Subject: This change was originally introduced to fix contexts of files in ~/.config when there were no filename transition rules in SELinux policy. These lines could be removed. rhbz#1313464 --- diff --git a/selinux-policy.spec b/selinux-policy.spec index bd12f31..48ce92e 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -253,9 +253,6 @@ fi; \ if /sbin/restorecon -e /run/media -R /root /var/log /var/run /etc/passwd* /etc/group* /etc/*shadow* 2> /dev/null;then \ continue; \ fi; \ -if /sbin/restorecon -R /home/*/.config 2> /dev/null;then \ - continue; \ -fi; %define preInstall() \ if [ $1 -ne 1 ] && [ -s /etc/selinux/config ]; then \