[Merge] lp:~osomon/webbrowser-app/apparmor-profile into lp:webbrowser-app

Olivier Tilloy olivier.tilloy at canonical.com
Wed Sep 30 16:51:28 UTC 2015


For reference, when running under confinement, the first time a page requests geolocation permission, the user will get two prompts in a row: the first prompt comes from oxide and is domain-specific, and once accepted oxide pokes the location service API which presents the user with a system prompt to allow webbrowser-app to access the location. Once accepted, the user will only ever get one prompt from oxide.

I’m seeing one potential issue here: if I go to system settings > security > location, there’s an entry for webbrowser-app, but the label is empty. I’m guessing this is because this screen expects click apps, and webbrowser-app isn’t a click app.

Here’s the entry from the location trust store db:

    $ sqlite3 ~/.local/share/UbuntuLocationService/trust.db
    sqlite> select * from requests;
    Id|ApplicationId|Feature|Timestamp|Answer
    1|webbrowser-app|0|1443631573546767542|1

-- 
https://code.launchpad.net/~osomon/webbrowser-app/apparmor-profile/+merge/272850
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~osomon/webbrowser-app/apparmor-profile into lp:webbrowser-app.



More information about the Ubuntu-reviews mailing list