Skip to content

Commit

Permalink
separate 2 sentences into 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jurij-jukic committed May 8, 2024
1 parent c0d87a2 commit f9607c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/process/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ If the process does not have the capability to make such a request, it will be d

To give a concrete example: the filesystem can read/write, and it has the capabilities for doing so.
The FS may issue capabilities to processes to read/write to certain drives.
A process can request to read/write somewhere, and then the FS checks if that process has the required capability. If it does, the FS does the read/write; if not, the request will be denied.
A process can request to read/write somewhere, and then the FS checks if that process has the required capability.
If it does, the FS does the read/write; if not, the request will be denied.

[System level capabilities](#startup-capabilities-with-manifestjson) like the above can only be given when a process is first installed.

Expand Down

0 comments on commit f9607c0

Please sign in to comment.