In Fedora 28, ganesha SELinux module is removed, for proper upgrade this
modules needs to be removed before SELinux policy for F28 is installed. Resolves: rhbz#1559174
This commit is contained in:
parent
597a71b217
commit
67396b3121
@ -285,6 +285,9 @@ fi; \
|
|||||||
|
|
||||||
%define preInstall() \
|
%define preInstall() \
|
||||||
if [ $1 -ne 1 ] && [ -s /etc/selinux/config ]; then \
|
if [ $1 -ne 1 ] && [ -s /etc/selinux/config ]; then \
|
||||||
|
if [ -d %{_sharedstatedir}/selinux/%1/active/modules/100/ganesha ]; then \
|
||||||
|
%{_sbindir}/semodule -n -d ganesha; \
|
||||||
|
fi; \
|
||||||
. %{_sysconfdir}/selinux/config; \
|
. %{_sysconfdir}/selinux/config; \
|
||||||
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
|
||||||
if [ "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT} ]; then \
|
if [ "${SELINUXTYPE}" = %1 -a -f ${FILE_CONTEXT} ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user