From 5634e3f89b76caa14534d778722821a66631e1e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Thu, 2 Mar 2023 16:55:48 +0100 Subject: bwrap.1: mention example format of capability MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention how to format capabilities for --add-cap, e.g. CAP_DAC_READ_SEARCH instead of DAC_READ_SEARCH. Signed-off-by: Christian Göttsche --- bwrap.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bwrap.xml b/bwrap.xml index 4fe571e..196331f 100644 --- a/bwrap.xml +++ b/bwrap.xml @@ -484,7 +484,8 @@ - Add the specified capability when running as privileged user. It accepts + Add the specified capability CAP, e.g. + CAP_DAC_READ_SEARCH, when running as privileged user. It accepts the special value ALL to add all the permitted caps. -- cgit v1.2.1