On Thu, Apr 12, 2012 at 2:11 PM, Robert Jacobson <[email protected]> wrote: > On 4/12/2012 3:00 PM, Robert Jacobson wrote: > > > Now Iwhen I try to login to the web interface, the browser reports "Internal > server error"; setroubleshoot shows I'm getting SELinux errors on the > sessions: > [snip] > > ***** Plugin restorecon (99.5 confidence) suggests > ************************* > > If you want to fix the label. > /var/lib/cobbler/webui_sessions/sessionidc784de1d76c5e28c949a78aaafb414de > default label should be httpd_sys_rw_content_t. > Then you can run restorecon. > Do > # /sbin/restorecon -v > /var/lib/cobbler/webui_sessions/sessionidc784de1d76c5e28c949a78aaafb414de > [snip] > # ll -Zd /var/lib/cobbler/webui_sessions/ > drwxrwxr-x. apache apache system_u:object_r:cobbler_var_lib_t:s0 > /var/lib/cobbler/webui_sessions// > > > The fix was this: > # chcon -t httpd_sys_rw_content_t /var/lib/cobbler/webui_sessions > > I'm imagine it will get broken again on the next upgrade?
I don't think so, I believe it was moved to /var/lib/cobbler from /usr/share/cobbler in 2.2 and should remain there going forward. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
