[Bug 1227295] Re: incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c

Launchpad Bug Tracker 1227295 at bugs.launchpad.net
Thu Sep 26 17:27:19 UTC 2013


This bug was fixed in the package glib2.0 - 2.38.0-1ubuntu1

---------------
glib2.0 (2.38.0-1ubuntu1) saucy; urgency=low

  * Resynchronise on Debian, remaining change
    - Build-Depend on python:any for cross building

glib2.0 (2.38.0-1) experimental; urgency=low

  * New upstream release
  * debian/patches/0001-gio-Fix-typo-in-the-org-freedesktop-DBus-path.patch:
    Cherry-pick patch from upstream to fix object path typo in gio (LP:
    #1227295)
  * Add --enable-debug=minimal explicitly to the deb build so the debugging
    level doesn't change between pre-release and stable versions.
 -- Iain Lane <iain.lane at canonical.com>   Wed, 25 Sep 2013 10:40:24 +0000

** Changed in: glib2.0 (Ubuntu Saucy)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1227295

Title:
  incorrect object path 'deskop' used in gio/gdbusobjectmanagerclient.c

Status in The "G" Library - GLib:
  Fix Released
Status in “glib2.0” package in Ubuntu:
  Fix Released
Status in “glib2.0” source package in Saucy:
  Fix Released

Bug description:
  In profiling applications, I received the following DBus denial:
  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/glib/+bug/1227295/+subscriptions



More information about the foundations-bugs mailing list