Description of problem: Roundcubemail 1.2 introduced GPG encryption/signing support. In order for it to function a few changes to permissions are required. chown apache /usr/share/roundcubemail/plugins/enigma/home chcon system_u:object_r:httpd_user_content_t:s0 /usr/share/roundcubemail/plugins/enigma/home setsebool -P httpd_setrlimit 1 The setsebool option should probably go in a README and require the user to perform it.
Make /usr/ writable seems a terribly bad idea. Having a quick look at source, we can redirect this directory. Can you check something like $config['enigma_pgp_homedir'] = '/var/lib/roundcubemail-enigma'; If it works, we can add this in the package, with value set in defaults.inc.php
Fixed by http://pkgs.fedoraproject.org/cgit/rpms/roundcubemail.git/commit/?id=56ffb447bb02774369ec8fb0abf65ad44fd6276b
Better fix: http://pkgs.fedoraproject.org/cgit/rpms/roundcubemail.git/commit/?id=15e66d05548b13a1b47a08f526ada394b8bd6b41 - use /var/lib/roundcubemail/temp for temporary filesHEADmasterf25f24f23 - use /var/lib/roundcubemail/enigma for GPG keys storage Having a single tree will allow to work with current SElinux policy.
roundcubemail-1.2.1-3.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-482ac3abc1
roundcubemail-1.2.1-3.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-1e45a16cf2
roundcubemail-1.2.1-3.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-482ac3abc1
roundcubemail-1.2.1-3.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-1e45a16cf2
roundcubemail-1.2.1-3.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report.
roundcubemail-1.2.1-3.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report.