We need to recompile policy if pcre is updated

This commit is contained in:
Dan Walsh 2013-06-24 17:38:00 -04:00
parent 634d39b171
commit 7c810a8041
1 changed files with 4 additions and 0 deletions

View File

@ -435,6 +435,10 @@ SELinux Reference policy targeted base module.
%postInstall $1 targeted
exit 0
%triggerin -- pcre
selinuxenabled && semodule -nB
exit 0
%triggerpostun targeted -- selinux-policy-targeted < 3.12.1-7.fc19
restorecon -R -p /home
exit 0