summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-03-02 21:49:17 +0000
committerGitHub <noreply@github.com>2023-03-02 21:49:17 +0000
commit1a70cbe8e8eb150ce919fd3b0cfaf68ee2ec32a4 (patch)
treeeb65fd57630902f857114972a9d81aafafbd62bb
parent4ab175fe6d3a4053444b04d805a6d686f53455b9 (diff)
parent5634e3f89b76caa14534d778722821a66631e1e3 (diff)
downloadbubblewrap-1a70cbe8e8eb150ce919fd3b0cfaf68ee2ec32a4.tar.gz
Merge pull request #562 from cgzones/cap_example
bwrap.1: mention example format of capability
-rw-r--r--bwrap.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/bwrap.xml b/bwrap.xml
index 4fe571e..196331f 100644
--- a/bwrap.xml
+++ b/bwrap.xml
@@ -484,7 +484,8 @@
<varlistentry>
<term><option>--cap-add <arg choice="plain">CAP</arg></option></term>
<listitem><para>
- Add the specified capability when running as privileged user. It accepts
+ Add the specified capability <arg choice="plain">CAP</arg>, e.g.
+ CAP_DAC_READ_SEARCH, when running as privileged user. It accepts
the special value ALL to add all the permitted caps.
</para></listitem>
</varlistentry>