From f9607c08975443461c2862a405771de7d8edba1a Mon Sep 17 00:00:00 2001 From: jurij-jukic Date: Wed, 8 May 2024 18:51:31 +0200 Subject: [PATCH] separate 2 sentences into 2 lines --- src/process/capabilities.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/process/capabilities.md b/src/process/capabilities.md index 5e6b05a5..8307b40c 100644 --- a/src/process/capabilities.md +++ b/src/process/capabilities.md @@ -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.