summaryrefslogtreecommitdiff
path: root/hurd/ibac.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-08-30 11:39:05 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-08-30 11:39:05 +0200
commit41309bfbcc05987c1c08dab5897414f9f1d5aa32 (patch)
treec7bc3ae755e65116c4a9abcf99b533b8e4b1f88e /hurd/ibac.mdwn
parente3aff53d2d938e6a279a8d25be18b92912e44dae (diff)
parente7f5543d896d44c0b8ccf2c8ee110959bcb74769 (diff)
Merge branch 'master' of flubber:~wiki/wiki
Diffstat (limited to 'hurd/ibac.mdwn')
-rw-r--r--hurd/ibac.mdwn8
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