diff options
author | MutoShack <MutoShack@web> | 2019-03-27 01:22:49 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-27 01:22:49 +0100 |
commit | c06deabeee94e0c58874487e4467045e87d87a4a (patch) | |
tree | dc0499ba88df645c75ddd7b5147553484c84d51f /abac.mdwn | |
parent | b2bb6a1495afa61f13d70652ed19e131841d0e56 (diff) | |
download | web-c06deabeee94e0c58874487e4467045e87d87a4a.tar.gz web-c06deabeee94e0c58874487e4467045e87d87a4a.tar.bz2 web-c06deabeee94e0c58874487e4467045e87d87a4a.zip |
Add text & hyperlinks
Diffstat (limited to 'abac.mdwn')
-rw-r--r-- | abac.mdwn | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]] +[//]: # ([[meta copyright="Copyright © 2007, 2008 Free Software Foundation, Inc."]]) [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -8,6 +8,8 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +[[!meta title="ABAC"]] + ABAC stands for authorization-based access control. In this model, access is not granted based on the identity of the caller but by an authorizing agent @@ -15,4 +17,10 @@ that delegates access to a particular resource. Such authorization is then encapsulated in [[capabilities|capability]] allowing them to be freely [[delegated|delegation]]. +Back in 2009, there [has been talk about](https://www.hpl.hp.com/techreports/2009/HPL-2009-30.html) renaming "ABAC" to "ZBAC - [AuthoriZation Based Access Control](https://objectsecurity.com/blog/2016/08/05/authorization-based-access-control-zbac-model-driven-security/)" - This article says "ZBAC" instead of ABAC to avoid confusion, supposedly with "ABAC - Attribute-Based-Access-Control" + See also [[IBAC]]. + +#External Links +* [[!wikipedia Computer_Access_Control]] on Wikipedia +* [[!wikipedia Access_Control_List]] on Wikipedia |