Skip to content

Commit

Permalink
remove placeholder for link (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Feb 13, 2024
1 parent 45395f2 commit 19308eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/process/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ If the error results from a response, the process may optionally try to re-send

Processes must acquire capabilities from the kernel in order to perform certain operations.
Processes themselves can also produce capabilities in order to give them to other processes.
For more information about the general capabilities-based security paradigm, [insert link to good article here].

The kernel gives out capabilities that allow a process to message another *local* process.
It also gives a capability allowing processes to send and receive messages over the network.
Expand Down

0 comments on commit 19308eb

Please sign in to comment.