[Ubuntu-phone] Webapp Audio

2014-10-03 Thread Mitchell Reese
Just been working on a Radio webapp, and can't find any options for keeping audio running when the screen is off, or the focus changes to a different app. Are there any workarounds for this behaviour, or plans in place to add this feature? I'm aware that there has been lots of discussion about

Re: [Ubuntu-phone] Landing team 03.10.14

2014-10-03 Thread Steve Langasek
Hi Łukasz, On Fri, Oct 03, 2014 at 11:25:46PM +0200, Łukasz 'sil2100' Zemczak wrote: > Not too many good news today. We were unable to look into any promotion > because of some additional blockers found here and there. The previous > issue related to thumbnails is still present + some additional p

[Ubuntu-phone] Landing team 03.10.14

2014-10-03 Thread Łukasz 'sil2100' Zemczak
a re-run) #267 utopic/mako - http://ci.ubuntu.com/smokeng/utopic/touch/mako/267:20141003:20140929.1/10782/ #68 14.09/mako - http://ci.ubuntu.com/smokeng/utopic/touch_stable/mako/68:20141003:20140929.1/10785/ * Some useful documentation: https://wiki.ubuntu.com/citrain/ComponentSupportList

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Jamie Strandboge
On 10/03/2014 07:41 AM, Chris Wayne wrote: > > > On Fri, Oct 3, 2014 at 4:15 AM, Alberto Mardegan > > wrote: > > On 10/03/2014 09:53 AM, James Henstridge wrote: > > So how does an app/scope/whatever get itself added to this ACL? > > Should sig

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Rodney Dawes
Right, that's what I was saying. The services expose specific endpoints, and the click package needs to specify the apparmor profile for that service; ie, the "accounts" profile. On Fri, 2014-10-03 at 12:26 -0300, Roberto Alsina wrote: > Click apps can't ask for specific dbus endpoints. They requ

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Roberto Alsina
Click apps can't ask for specific dbus endpoints. They request specific "profiles". There needs to be a new profile that allows this specific endpoint and it has to be shipped and it has to appear in the sdk's list of profiles. On Fri, Oct 3, 2014 at 11:53 AM, Rodney Dawes wrote: > On Fri, 2014-

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Rodney Dawes
On Fri, 2014-10-03 at 08:41 -0400, Chris Wayne wrote: > > > We can't do a D-Bus call from a click package scope anyway can we? I > think dbus was explictly denied by AppArmor > If the API endpoint you're accessing is explicitly allowed, and the click package has the necessary value t

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Chris Wayne
On Fri, Oct 3, 2014 at 4:15 AM, Alberto Mardegan < alberto.marde...@canonical.com> wrote: > On 10/03/2014 09:53 AM, James Henstridge wrote: > > So how does an app/scope/whatever get itself added to this ACL? > > Should signond be doing a trust store check when a process with an > > unknown AppArmo

Re: [Ubuntu-phone] Addition of signon-apparmor-extension

2014-10-03 Thread Alberto Mardegan
On 10/03/2014 09:53 AM, James Henstridge wrote: > So how does an app/scope/whatever get itself added to this ACL? > Should signond be doing a trust store check when a process with an > unknown AppArmor label tries to access an account's secrets so the > user can decide? Not exactly: the way that i