From a6d27848af0ae0a9305cac8ad24a8bcefdabb9a1 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 12 Jan 2022 08:44:39 -0500 Subject: [PATCH] wrap overly long line --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99891da..edc55c2 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,8 @@ make command as follows: ## Compatibility -OpenSSH 8.1 or higher is required to allow the mprotect PROT_READ|PROT_WRITE system calls in the seccomp-bpf filter rather than killing the process. +OpenSSH 8.1 or higher is required to allow the mprotect `PROT_READ|PROT_WRITE` +system calls in the seccomp-bpf filter rather than killing the process. ## OS integration