aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firejail-profile.txt
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2020-09-30 09:01:36 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2020-09-30 09:01:36 -0400
commit2e914f0940a025d971c484a9158c1eaeca9c6015 (patch)
tree0355492989d2e868db6d56a7027b62520862827b /src/man/firejail-profile.txt
parentmanpages: configuration for dbus (diff)
downloadfirejail-2e914f0940a025d971c484a9158c1eaeca9c6015.tar.gz
firejail-2e914f0940a025d971c484a9158c1eaeca9c6015.tar.zst
firejail-2e914f0940a025d971c484a9158c1eaeca9c6015.zip
manpages: network configuration
Diffstat (limited to 'src/man/firejail-profile.txt')
-rw-r--r--src/man/firejail-profile.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/man/firejail-profile.txt b/src/man/firejail-profile.txt
index de34d5076..c0ced120e 100644
--- a/src/man/firejail-profile.txt
+++ b/src/man/firejail-profile.txt
@@ -150,9 +150,10 @@ Example: "nowhitelist ~/.config"
150Ignore command. 150Ignore command.
151 151
152Example: "ignore seccomp" 152Example: "ignore seccomp"
153#ifdef HAVE_NETWORK
153.br 154.br
154Example: "ignore net eth0" 155Example: "ignore net eth0"
155 156#endif
156.TP 157.TP
157\fBquiet 158\fBquiet
158Disable Firejail's output. This should be the first uncommented command in the profile file. 159Disable Firejail's output. This should be the first uncommented command in the profile file.
@@ -671,6 +672,7 @@ Disable video devices.
671Run the program directly, without a shell. 672Run the program directly, without a shell.
672 673
673 674
675#ifdef HAVE_NETWORK
674.SH Networking 676.SH Networking
675Networking features available in profile files. 677Networking features available in profile files.
676 678
@@ -863,7 +865,7 @@ a default gateway address also have to be added.
863\fBveth-name name 865\fBveth-name name
864Use this name for the interface connected to the bridge for --net=bridge_interface commands, 866Use this name for the interface connected to the bridge for --net=bridge_interface commands,
865instead of the default one. 867instead of the default one.
866 868#endif
867.SH Other 869.SH Other
868.TP 870.TP
869\fBdeterministic-exit-code 871\fBdeterministic-exit-code