It seems that wallabag needs to write to some more directories not listed in the SELinux section of doc/en/admin/installation/rightaccess.md.
I recommend adding following line:
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/wallabag/var/sessions(/.*)?"
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/wallabag/var/logs(/.*)?"
semanage fcontext -a -t httpd_sys_rw_content_t "/var/www/wallabag/assets/images(/.*)?"
It seems that wallabag needs to write to some more directories not listed in the SELinux section of
doc/en/admin/installation/rightaccess.md.I recommend adding following line: