diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/authentication.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/authentication.mdwn b/hurd/authentication.mdwn index 4170c818..7ccd9b45 100644 --- a/hurd/authentication.mdwn +++ b/hurd/authentication.mdwn @@ -16,9 +16,9 @@ redistribute your contributions. """]] UIDs on the Hurd are separate from processes. A process has -[[capabilities]] designating so-called UID vectors that +[[capabilities|capability]] designating so-called UID vectors that are implemented by an [[auth]] server. This -makes them easily [[virtualizable]]. +makes them easily [[virtualizable|virtualization]]. When a process wishes to gain access to a resource provided by a third party (e.g., a file system) and that party wishes to authenticate the client |