Skip to content

Commit

Permalink
apply requested change
Browse files Browse the repository at this point in the history
  • Loading branch information
jurij-jukic committed May 8, 2024
1 parent df333cc commit c0d87a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process/capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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 has to check if that process has the required capability; if yes, FS does the read/write; if no, it 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 c0d87a2

Please sign in to comment.