Once again, thanks to all who helped.  I have Bugzilla successfully up and running on FC5 with SELinux!<br><br>A few notes about my experiences:<br><br>My install was Bugzilla 2.22.1, which had a bug in the groups preferences page.  I grabbed the patch and after applying it the whole site went back to being broken.
<br><br>I reloaded the policy and reran restorecon -rv /var/lib/bugzilla /<span style="font-family: arial,sans-serif;">var/www/html/bugzilla/ then all was well again.<br><br>If anyone has further questions feel free to ask.
<br><br>Cheers.<br><br>R.<br><br><br></span><div><span class="gmail_quote">On 04/01/07, <b class="gmail_sendername">Steve G</b> <<a href="mailto:linux_4ever@yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
linux_4ever@yahoo.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>>in /var/log/messages i see a similar error to my original post:<br>><br>>Jan  4 15:57:11 svn kernel: security:  3 users, 6 roles, 1489 types, 153 bools,<br>1 >sens, 256 cats<br>>Jan  4 15:57:11 svn kernel: security:  58 classes, 43765 rules
<br>>Jan  4 15:57:11 svn dbus: Can't send to audit system: USER_AVC avc:  received<br>>policyload notice (seqno=13) : exe="?" (sauid=81, hostname=?, addr=?,<br>terminal=?)<br><br>These are not errors. Part of the problem is that the libselinux audit callback
<br>API only allows a format and varargs to be passed to the logging function. This<br>means the logger has to assume that everything it sees is an AVC so it doesn't<br>miss one. I'd like to correct this API problem at some point during FC7 devel
<br>cycle so that the message type is also passed to the logger. This way we can<br>properly label the audit events so that it says USER_POLICY_LOAD instead of<br>USER_AVC which tends to get people excited.<br><br>I also think that dbus could do a slightly better job of determining when it
<br>should send an audit message vs simply syslogging it. The user session bus does<br>not have the privileges necessary to write to the audit system.<br><br>-Steve<br><br>__________________________________________________
<br>Do You Yahoo!?<br>Tired of spam?  Yahoo! Mail has the best spam protection around<br><a href="http://mail.yahoo.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://mail.yahoo.com</a><br>
</blockquote></div><br>