[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2015-08-04 Thread Yuan-Chen Cheng
too old ** Changed in: savilerow Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.freedesktop.Application

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2015-02-09 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-ui-toolkit -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.freedesktop.Application To manag

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package webbrowser-app - 0.23+14.10.20140811-0ubuntu1 --- webbrowser-app (0.23+14.10.20140811-0ubuntu1) utopic; urgency=low [ Alexandre Abreu ] * Add devtools support & ubuntu webview remote debugging * Fix URI handling by the webapp container. (LP: #13

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-11 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/utopic-proposed/webbrowser-app -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.freedesktop.Application To manage

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package apparmor-easyprof-ubuntu - 1.2.16 --- apparmor-easyprof-ubuntu (1.2.16) utopic; urgency=medium * ubuntu/1.2/connectivity: update to use upcoming connectivity DBus API (LP: #1341548) * ubuntu/1.[12]/contacts: remove workaround policy since addr

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-07 Thread Alexandre Abreu
** Branch linked: lp:~abreu-alexandre/webbrowser-app/fix-uri-handler -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.freedesktop.Application

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-07 Thread Jamie Strandboge
Confirmed that we just need to add the same policy to ubuntu-webapp that is already in ubuntu-sdk. ** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Status: New => In Progress ** Changed in: apparmor-easyprof-ubuntu (Ubuntu) Importance: Undecided => High ** Changed in: apparmor-easyprof

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-07 Thread Jamie Strandboge
This is going to need a policy update, but it looks like we have everything needed to do it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.f

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-07 Thread Alexandre Abreu
I get DEN also for the dbus_call: dbus[2990]: apparmor="DENIED" operation="dbus_method_call" bus="session" path="/com_2eubuntu_2edeveloper_2ewebapps_2ewebapp_2dtwitter_5fwebapp_2dtwitter_5f1_2e0_2e15_2e1" interf ace="org.freedesktop.Application" member="Open" name=":1.3" mask="receive" pid=166

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-08-06 Thread Ted Gould
Mentioned it to Alex on IRC, but thought I'd throw it in the bug just for other watchers as well. This is the code that UAL uses to build the path. Basically it just encodes every character that can't be put on the dbus path with _%x of the bytecode. http://bazaar.launchpad.net/~indicator-applet-d

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-28 Thread David Barth
wow, would you have some sample code to clarify how the app is supposed to open it's dbus port and which interface it will advertise / route to the app's internal functions ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-21 Thread Chris Wayne
** Also affects: savilerow Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1342129 Title: [webapps] should enable access to dbus org.freedesktop.Application

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-16 Thread Ted Gould
No, for other packages we don't bind them to well known names. What we do is that we find the DBus connection for the primary PID and send the message to that dbus connection directly. This way we don't have to worry about the info leak issue that Marc and Jamie are talking about. The path is a bit

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-16 Thread Alexandre Abreu
I guess that it would be something that affects any click app that uses the SDK UriHandler (that the webapp-container uses to achieve that), will check with Ted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 1342129] Re: [webapps] should enable access to dbus org.freedesktop.Application

2014-07-16 Thread Jamie Strandboge
Marc and I discussed this and we can't add a rule to bind on org.freedesktop.Application because we can't mediate dbus message contents and adding this rule would mean apps could bind on each other's names. Instead, should bind on something with @{APP_ID_DBUS} or @{APP_PKGNAME_DBUS} (the former is