Comment 6 for bug 1237059

Revision history for this message
Tyler Hicks (tyhicks) wrote :

Here's the fix for this bug. I've manually verified the fix in this way:

1) Add ' <apparmor mode="disabled"/>' under the <busconfig> section of /etc/dbus-1/session.conf
2) Log out and log back in
3) Run `dbus-monitor`
4) Without this debdiff, the session bus will crash and the syslog will contain something like this:
     dbus-daemon[2958]: segfault at 10 ip 0000000000408057 sp 00007fff116a7730 error 4 in dbus-daemon[400000+64000]

Additionally, I've verified that QRT's test-dbus.py passes with this debdiff applied.