From 0c6c12370b8f2b467f64e08b96b21b20e7ee15ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 31 Jan 2017 16:08:47 +0100 Subject: [PATCH] Improves names MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The name binding is related to an internal concept of the binder. The term API is more generic. Dont forget that an API can be provided by more than one binding (but only one at a given time). Change-Id: I91b2f3d96de6aace5fcb434cf64df7e8ed61630f Signed-off-by: José Bollo --- docs/permissions.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/permissions.md b/docs/permissions.md index 300a719..434744e 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -14,17 +14,17 @@ framework to keep updated a database of installed permissions. The permission names are [URN][URN] of the form: - urn:AGL:permission::: + urn:AGL:permission::: where "AGL" is the NID (the namespace identifier) dedicated to AGL (note: a RFC should be produced to standardize this name space). The permission names are made of NSS (the namespace specific string) starting with "permission:" and followed by colon separated -fields. The 2 first fields are and and the remaining +fields. The 2 first fields are and and the remaining fields are gouped to form the . - ::= [ ] + ::= [ ] ::= 1* @@ -32,12 +32,12 @@ fields are gouped to form the . ::= "-" | "." | "_" | "@" -The field can be made of any valid character for NSS except -the characters colon and star (:*). This field designate the binding -providing the permission. It is use to deduce binding requirements -from permission requirements. The field can be the empty +The field can be made of any valid character for NSS except +the characters colon and star (:*). This field designate the api +providing the permission. This scheme is used to deduce binding requirements +from permission requirements. The field can be the empty string when the permission is defined by the AGL system itself. -The field if starting with the character "@" represents +The field if starting with the character "@" represents a transversal permission not bound to any binding. ::= 1* -- 2.16.6