Comment 0 for bug 1227295

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

In profiling applications, I received the following DBus error:
Sep 18 10:31:17 localhost dbus[16510]: apparmor="DENIED" operation="dbus_method_call" bus="session" name="org.freedesktop.DBus" path="/org/freedeskop/DBus" interface="org.freedesktop.DBus" member="AddMatch" mask="send" pid=6756 profile="net.launchpad.ubuntu-security.ubuntu-sdk-1310-api-demos_ubuntu-sdk-1310-api-demos_0.2" peer_profile="unconfined"

Notice:
path="/org/freedeskop/DBus"

This should be:
path="/org/freedesktop/DBus"

Attached is a patch to fix this. Note, this affects application confinement when using qtorganizer (which uses evolution-data-server), so it should be fixed. There is already something in -proposed, so I am not uploading now.