Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > e7b61afb15e02e46ea35c6bfb4742c17 > scriptlet

dokuwiki-selinux-0-0.21.20131208.fc18.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