Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7d1458e14049cd1877742623a6f1ad4b > scriptlet

sagator-selinux-1.2.3-1.fc14.noarch.rpm

POSTIN

/bin/sh
if selinuxenabled; then
    # Replace the module by the upstream one
    #. /etc/selinux/config 2>/dev/null || :
    semodule -i /usr/share/sagator/selinux/sagator.pp 2>/dev/null || :
    # relabel files
    fixfiles -R sagator restore || :
    # relabel chroot
    restorecon -R /var/spool/vscan || :
fi