From 854985003cefc311b2d36ec6af74fd1f4a118106 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Mon, 20 Jan 2020 14:47:50 +0000 Subject: Improve --version command example Fixes #3135. --- src/man/firejail.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src') 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 .br .TP \fB\-\-version -Print program version and exit. +Print program version/compile time support and exit. .br .br @@ -2245,6 +2245,20 @@ $ firejail \-\-version .br firejail version 0.9.27 +Compile time support: + - AppArmor support is enabled + - AppImage support is enabled + - chroot support is enabled + - file and directory whitelisting support is enabled + - file transfer support is enabled + - firetunnel support is enabled + - networking support is enabled + - overlayfs support is enabled + - private-home support is enabled + - seccomp-bpf support is enabled + - user namespace support is enabled + - X11 sandboxing support is enabled +.br .TP \fB\-\-veth-name=name Use this name for the interface connected to the bridge for --net=bridge_interface commands, -- cgit v1.2.3-54-g00ecf