From a8b13bd9c7bad055d21b80733463505fbf1921d5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 5 Oct 2016 11:48:56 +0200 Subject: [PATCH] move inheritance section / remove redundant general text As inheritance is a property of paths, so it makes sense to make them a subsection of them. The permissions paragraph in what used to be a 'terms and definitions' section now doesn't fit in and is redundant now that there's a general introduction paragraph. --- pveum.adoc | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pveum.adoc b/pveum.adoc index 9addcb7..e351491 100644 --- a/pveum.adoc +++ b/pveum.adoc @@ -309,20 +309,6 @@ Some examples are: * `/access/realms/{realmid}`: Administrative access to realms -Permissions -~~~~~~~~~~~ - -Permissions are the way we control access to objects. In technical -terms they are simply a triple containing ``. This -concept is also known as access control lists. Each permission -specifies a subject (user or group) and a role (set of privileges) on -a specific path. - -When a subject requests an action on an object, the framework looks up -the roles assigned to that subject (using the object path). The set of -roles defines the granted privileges. - - Inheritance ^^^^^^^^^^^