diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-10-08 00:26:42 +0200 |
commit | f7cc93166ae25dc6936b7115f4196030c1eca288 (patch) | |
tree | 0041ccc3b41647cbe220cd743e53c770f03d3317 /mechanism.mdwn | |
parent | c27c0f96b9ca6898064d5bdbbc79c4475ee7c65a (diff) | |
download | web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.gz web-f7cc93166ae25dc6936b7115f4196030c1eca288.tar.bz2 web-f7cc93166ae25dc6936b7115f4196030c1eca288.zip |
UNIX.
Diffstat (limited to 'mechanism.mdwn')
-rw-r--r-- | mechanism.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mechanism.mdwn b/mechanism.mdwn index 6a96c656..c0a6b02c 100644 --- a/mechanism.mdwn +++ b/mechanism.mdwn @@ -20,7 +20,7 @@ As mechanisms determine the type of result, they necessarily impose some [[policy]] (rules). Mechanisms that are referred to as policy-free are those that minimally impose policy. -A process can be used to encapsulate a program instance. On Unix, +A process can be used to encapsulate a program instance. On [[Unix]], a process is associated with a UID. This UID, in part, determines what the process is authorized to do. On a [[microkernel]], the policy that controls what resources a process may access |