aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-09-28 13:23:09 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-09-28 13:23:09 -0400
commitd50b3b3db2df3ac5e82bbf49eb8de132099488f0 (patch)
tree3c212f9391035d677a7fbb81c8272a3ff49224e9 /README.md
parentprofile cleanup (diff)
downloadfirejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.tar.gz
firejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.tar.zst
firejail-d50b3b3db2df3ac5e82bbf49eb8de132099488f0.zip
--veth-name option
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 43489d38a..05cfd3b11 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,13 @@ If you keep your Firejail profiles in a public repository, please give us a link
73 Example: 73 Example:
74 $ firejail --no3d firefox 74 $ firejail --no3d firefox
75 75
76 --veth-name=name
77 Use this name for the interface connected to the bridge for
78 --net=bridge_interface commands, instead of the default one.
79
80 Example:
81 $ firejail --net=br0 --veth-name=if0
82
76````` 83`````
77 84
78## New profile commands 85## New profile commands