On Wed, 2004-08-11 at 11:35 +0300, Fred New wrote: > I've got an FC3T1 system with all the latest Rawhide updates using the > targeted policy and I've noticed the following messages in > /var/log/messages: > > Aug 11 07:43:28 darth dbus: avc: denied { send_msg } for > scontext=user_u:system_r:unconfined_t > tcontext=user_u:system_r:unconfined_t tclass=dbus > Aug 11 07:44:03 darth last message repeated 7 times > Aug 11 07:45:08 darth last message repeated 13 times Ah, right. This patch should fix it.
--- policy-1.15.13/macros/global_macros.te~ 2004-08-08 10:54:42.000000000 -0400 +++ policy-1.15.13/macros/global_macros.te 2004-08-11 08:16:09.230731984 -0400 @@ -592,4 +592,6 @@ # Set user information and skip authentication. allow $1 self:passwd *; + +allow $1 self:dbus *; ')
Attachment:
signature.asc
Description: This is a digitally signed message part