9 Apr
2015
9 Apr
'15
1:01 p.m.
/var/cache/xymon(/.*)? system_u:object_r:httpd_cache_t:s0
I found a solution. I changed the file context of the cache directories to httpd_sys_rw_content_t and now the reports are working:
semanage fcontext -a -t httpd_sys_rw_content_t "/var/cache/xymon/rep(/.*)?" semanage fcontext -a -t httpd_sys_rw_content_t "/var/cache/xymon/snap(/.*)?" restorecon -R -v /var/cache/xymon
Is this an error in the Therabitia RPMs?
Dirk