From 77bd42075de481ae89f6a5b2bc8a79bf967d95cd Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 15 May 2019 20:49:14 +0200 Subject: Introduce platform services MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The platform services are services that run at the global platform scope as opposite to services that run in the context of the user. Bug-AGL: SPEC-1015 Change-Id: I08c2d47715cbc7436e67781d5e638386be531520 Signed-off-by: José Bollo --- docs/3-permissions.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/3-permissions.md b/docs/3-permissions.md index 957478e..fa65c5d 100644 --- a/docs/3-permissions.md +++ b/docs/3-permissions.md @@ -90,7 +90,7 @@ attachment of value to permission. ## Example of permissions Here is a list of some possible permissions. -These permissions are available the 17th of March 2017. +These permissions are available the 21th of May 2019. - urn:AGL:permission::platform:no-oom Set OOMScoreAdjust=-500 to keep the out-of-memory @@ -117,6 +117,12 @@ These permissions are available the 17th of March 2017. Forbids services to provide its API through D-Bus. - urn:AGL:permission::system:run-by-default Starts automatically the application. Example: home-screen. +- urn:AGL:permission::partner:scope-platform + Install the service at the scope of the platform. +- urn:AGL:permission::system:capability:keep-all + Keep all capabilities for the service. Note that implementing + that permission is not mandatory or can be adapted for the given + system. - Permission to use D-Bus. -- cgit 1.2.3-korg