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?

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Robert Jacobson               [email protected]
Lead System Admin       Solar Dynamics Observatory (SDO)
Bldg 14, E222                             (301) 286-1591 

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to