aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-27 18:01:16 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-03-27 18:01:16 -0300
commit2183e4d296e598c6407d4a1f64368039a7ae1efa (patch)
tree0fec7c82307aa99f7d5dc6131c36499217a458fa /src
parentmegaglest.profile: Add allow-lua.inc (#5066) (diff)
downloadfirejail-2183e4d296e598c6407d4a1f64368039a7ae1efa.tar.gz
firejail-2183e4d296e598c6407d4a1f64368039a7ae1efa.tar.zst
firejail-2183e4d296e598c6407d4a1f64368039a7ae1efa.zip
docs: mention capabilities(7) on --caps
As hinted by @rusty-snake[1]. [1] https://github.com/netblue30/firejail/discussions/5064#discussioncomment-2417395
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail-profile.txt1
-rw-r--r--src/man/firejail.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index 3dd339d94..0fe434fac 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -483,6 +483,7 @@ Enable AppArmor confinement.
483.TP 483.TP
484\fBcaps 484\fBcaps
485Enable default Linux capabilities filter. 485Enable default Linux capabilities filter.
486See capabilities(7) for details.
486.TP 487.TP
487\fBcaps.drop capability,capability,capability 488\fBcaps.drop capability,capability,capability
488Blacklist given Linux capabilities. 489Blacklist given Linux capabilities.
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 41171a4e7..7cb1c7e89 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -216,6 +216,7 @@ not change the execution of firejail.
216Linux capabilities is a kernel feature designed to split up the root privilege into a set of distinct privileges. 216Linux capabilities is a kernel feature designed to split up the root privilege into a set of distinct privileges.
217These privileges can be enabled or disabled independently, thus restricting what a process running 217These privileges can be enabled or disabled independently, thus restricting what a process running
218as root can do in the system. 218as root can do in the system.
219See capabilities(7) for details.
219 220
220By default root programs run with all capabilities enabled. \-\-caps option disables the following capabilities: 221By default root programs run with all capabilities enabled. \-\-caps option disables the following capabilities:
221CAP_SYS_MODULE, CAP_SYS_RAWIO, 222CAP_SYS_MODULE, CAP_SYS_RAWIO,