From 6762144c5ec11a2507495126af7a24a73d6155f5 Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Fri, 23 Aug 2024 23:32:06 +0000 Subject: [PATCH] Update QuickProfileLanguage --- QuickProfileLanguage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/QuickProfileLanguage.md b/QuickProfileLanguage.md index 544175c..65ee74a 100644 --- a/QuickProfileLanguage.md +++ b/QuickProfileLanguage.md @@ -130,7 +130,7 @@ Capability Rules ---------------- AppArmor supports coarse-grained access to Linux' POSIX-style -capabilities (see 'man capabilities) and capabilities rules are +capabilities (see `man capabilities`) and capabilities rules are used to allow access to these capabilities. For example, a setuid application which drops privileges might need: @@ -141,6 +141,8 @@ application which drops privileges might need:  } ``` +Multiple capabilities can be specified as a space-separated list. + Network Rules -------------