touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #05953
[Bug 1329918] Re: 14.04 scopes api docs use missing aa template
The devportal has the correct information in the 14.10 API docs:
http://developer.ubuntu.com/api/scopes/sdk-14.10/index/
** Changed in: ubuntudeveloperportal
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity-scopes-api in
Ubuntu.
https://bugs.launchpad.net/bugs/1329918
Title:
14.04 scopes api docs use missing aa template
Status in Qt Creator plugins for Ubuntu:
New
Status in The Savilerow project:
New
Status in Ubuntu App Developer site:
Fix Released
Status in API for Unity scopes integration:
Fix Released
Status in “unity-scopes-api” package in Ubuntu:
New
Bug description:
This page: http://developer.ubuntu.com/api/scopes/sdk-14.04/index/
Has a section covering click packaging of scopes that says you should use one of two apparmor templates:
"For a scope confined to access local content only:
"
{
"template": "ubuntu-scope-local-content",
"policy_version": 1.1
}
For a scope confined to only be able to access the internet:
{
"template": "ubuntu-scope-network",
"policy_groups": [
"networking"
],
"policy_version": 1.1
}
"
But, neither template is reported as available under either policy 1.0 or 1.1:
$ aa-easyprof --policy-vendor=ubuntu --policy-version=1.0 --list-templates
default
ubuntu-sdk
ubuntu-webapp
unconfined
$ aa-easyprof --policy-vendor=ubuntu --policy-version=1.1 --list-templates
default
ubuntu-sdk
ubuntu-webapp
unconfined
$
To manage notifications about this bug go to:
https://bugs.launchpad.net/qtcreator-plugin-ubuntu/+bug/1329918/+subscriptions