From 8ec6e8c019e2d2a58d5580e29192ce0f16e05226 Mon Sep 17 00:00:00 2001 From: "George V. Neville-Neil" Date: Sat, 20 Jul 2024 23:16:22 +0700 Subject: [PATCH] Update src/features/c18n.md Co-authored-by: Jessica Clarke --- src/features/c18n.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/features/c18n.md b/src/features/c18n.md index b45de63..7312e90 100644 --- a/src/features/c18n.md +++ b/src/features/c18n.md @@ -71,7 +71,9 @@ sysctl security.cheri.lib_based_c18n_default=1 To run a particular binary with library compartmentalization enabled just for this run, use `proccontrol`: -`proccontrol -m cheric18n -s enable ./helloworld` +``` +proccontrol -m cheric18n -s enable ./helloworld +``` ## Enabling library compartmentalization permanently for a particular binary