Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 80859e5ae9a26a5559cc37ed01b1e6fb > scriptlet

dokuwiki-selinux-0-0.8.20110525.a.fc14.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