From a99d75d418a7842de88eef07aa9e1a97034ca581 Mon Sep 17 00:00:00 2001 From: Lukas Vrabec Date: Mar 01 2016 16:22:44 +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 2a37089..90ec9f5 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 \