From d5a01106d5efd3f034ce244966b505796b18c8b2 Mon Sep 17 00:00:00 2001 From: Miroslav Grepl Date: Sep 29 2014 10:57:07 +0000 Subject: Fix labeling for /usr/share/fonts/msttcorefonts on policy update --- diff --git a/selinux-policy.spec b/selinux-policy.spec index 46ab30e..2f242bf 100644 --- a/selinux-policy.spec +++ b/selinux-policy.spec @@ -267,6 +267,9 @@ if /sbin/restorecon -e /run/media -R /root /var/log /var/run /etc/passwd* /etc/g fi; \ if /sbin/restorecon -R /home/*/.config 2> /dev/null;then \ continue; \ +fi; \ +if /sbin/restorecon -R /usr/share/fonts/msttcorefonts 2> /dev/null;then \ + continue; \ fi; %define preInstall() \