Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > e5fa1dcb8d5e5d44cd292212831f3a08 > scriptlet

dokuwiki-selinux-0-0.21.20131208.fc20.noarch.rpm

POSTIN

/bin/sh
semanage fcontext -a -t httpd_sys_content_rw_t '/etc/dokuwiki(/.*)?' 2>/dev/null || :
semanage fcontext -a -t httpd_sys_content_t '/usr/share/dokuwiki(/.*)?' 2>/dev/null || :
semanage fcontext -a -t httpd_sys_content_rw_t '/usr/share/dokuwiki/lib/plugins(/.*)?' 2>/dev/null || :
restorecon -R '/etc/dokuwiki' || :
restorecon -R '/usr/share/dokuwiki' || :
restorecon -R '/usr/share/dokuwiki/lib/plugins' || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
semanage fcontext -d -t httpd_sys_content_rw_t '/etc/dokuwiki(/.*)?' 2>/dev/null || :
semanage fcontext -d -t httpd_sys_content_t '/usr/share/dokuwiki(/.*)?' 2>/dev/null || :
semanage fcontext -d -t httpd_sys_content_rw_t '/usr/share/dokuwiki/lib/plugins(/.*)?' 2>/dev/null || :
fi