diff options
Diffstat (limited to 'hurd/ibac.mdwn')
-rw-r--r-- | hurd/ibac.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/ibac.mdwn b/hurd/ibac.mdwn new file mode 100644 index 00000000..14d1551c --- /dev/null +++ b/hurd/ibac.mdwn @@ -0,0 +1,8 @@ +IBAC stands for identity-based access control. +In this access control scheme, access to a resource +is based on identity of the caller. This is often +problematic as when a program acts on behalf of +another, access is authorized based on its own +identity rather than that of the caller. + +See also [[ABAC]].
\ No newline at end of file |