** Changed in: savilerow
       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 Ubuntu App Developer site:
  Fix Released
Status in Qt Creator plugins for Ubuntu:
  Fix Released
Status in The Savilerow project:
  Fix Released
Status in API for Unity scopes integration:
  Fix Released
Status in unity-scopes-api package in Ubuntu:
  Fix Released

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/developer-ubuntu-com/+bug/1329918/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to