linux's capabilities, not linux's kernels

This commit is contained in:
Christopher Lemmer Webber 2019-07-27 08:16:55 -04:00
parent 4e7adae88f
commit adf9c75356
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
1 changed files with 3 additions and 3 deletions

View File

@ -888,9 +888,9 @@ in fact, very similar to how we program every day.
Third, "object capabilities" used to be just called "capabilities", Third, "object capabilities" used to be just called "capabilities",
but other computing systems started to implement things which they but other computing systems started to implement things which they
called "capabilities" which have nothing to do with the original called "capabilities" which have nothing to do with the original
definition of "capabilities" (eg, Linux's kernels are closer to ACLs definition of "capabilities" (eg, Linux's "capabilities" are closer
than they are ocaps), so the name "object capability" was chosen to to ACLs than they are ocaps), so the name "object capability" was
distinguish between the two. chosen to distinguish between the two.
** Ocaps meet social relationships (or: just in time authority) ** Ocaps meet social relationships (or: just in time authority)