aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-01-20 14:47:50 +0000
committerLibravatar GitHub <noreply@github.com>2020-01-20 14:47:50 +0000
commit854985003cefc311b2d36ec6af74fd1f4a118106 (patch)
treece837da6428dd45e829ec48f2ea706d494cb774b /src
parentharden celluloid.profile (diff)
downloadfirejail-854985003cefc311b2d36ec6af74fd1f4a118106.tar.gz
firejail-854985003cefc311b2d36ec6af74fd1f4a118106.tar.zst
firejail-854985003cefc311b2d36ec6af74fd1f4a118106.zip
Improve --version command example
Fixes #3135.
Diffstat (limited to 'src')
-rw-r--r--src/man/firejail.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/man/firejail.txt b/src/man/firejail.txt
index 32ac07d72..e5abcdcf5 100644
--- a/src/man/firejail.txt
+++ b/src/man/firejail.txt
@@ -2235,7 +2235,7 @@ $ firejail --tunnel firefox
2235.br 2235.br
2236.TP 2236.TP
2237\fB\-\-version 2237\fB\-\-version
2238Print program version and exit. 2238Print program version/compile time support and exit.
2239.br 2239.br
2240 2240
2241.br 2241.br
@@ -2245,6 +2245,20 @@ $ firejail \-\-version
2245.br 2245.br
2246firejail version 0.9.27 2246firejail version 0.9.27
2247 2247
2248Compile time support:
2249 - AppArmor support is enabled
2250 - AppImage support is enabled
2251 - chroot support is enabled
2252 - file and directory whitelisting support is enabled
2253 - file transfer support is enabled
2254 - firetunnel support is enabled
2255 - networking support is enabled
2256 - overlayfs support is enabled
2257 - private-home support is enabled
2258 - seccomp-bpf support is enabled
2259 - user namespace support is enabled
2260 - X11 sandboxing support is enabled
2261.br
2248.TP 2262.TP
2249\fB\-\-veth-name=name 2263\fB\-\-veth-name=name
2250Use this name for the interface connected to the bridge for --net=bridge_interface commands, 2264Use this name for the interface connected to the bridge for --net=bridge_interface commands,