summaryrefslogtreecommitdiffstats
path: root/qarsh.spec
diff options
context:
space:
mode:
authorNathan Straz <nstraz@redhat.com>2012-06-27 16:17:11 -0400
committerNathan Straz <nstraz@redhat.com>2012-06-27 16:17:11 -0400
commitfdfc6d6ba30e27d947dd28574118835cd382c665 (patch)
tree044b2f15d6bd17542cb0cb8aa9bdbdbb0a23e3a4 /qarsh.spec
parent10a21d6881114adefd2abddef19869297eeefd80 (diff)
downloadqarsh-fdfc6d6ba30e27d947dd28574118835cd382c665.tar.gz
qarsh-fdfc6d6ba30e27d947dd28574118835cd382c665.tar.xz
qarsh-fdfc6d6ba30e27d947dd28574118835cd382c665.zip
Add script to detect and work around some selinux policy issues
Diffstat (limited to 'qarsh.spec')
-rw-r--r--qarsh.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/qarsh.spec b/qarsh.spec
index 2d14075..9c49cf8 100644
--- a/qarsh.spec
+++ b/qarsh.spec
@@ -67,7 +67,7 @@ if [ $1 = 0 ]; then
fi
%post selinux
-make -C %{_docdir}/qarsh-selinux-%{version} && make -C %{_docdir}/qarsh-selinux-%{version} load
+cd %{_docdir}/qarsh-selinux-%{version} && sh rebuild-policy.sh
/sbin/fixfiles -R qarsh-server restore || :
%postun selinux