aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-22 10:26:05 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-22 10:26:05 -0500
commit7d11cf62ca175696c8f5998de42c510924c6dcc3 (patch)
tree239ef9dd4117e4b274ad89766f73a614971d7e18 /README.md
parentmerges (diff)
downloadfirejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.tar.gz
firejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.tar.zst
firejail-7d11cf62ca175696c8f5998de42c510924c6dcc3.zip
--hosts-file option
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index dcc9d8ca4..e480361c4 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,9 @@ Use this issue to request new profiles: https://github.com/netblue30/firejail/is
51````` 51`````
52 52
53````` 53`````
54## AppImage type 2 support 54## AppImage
55
56Added AppImage type 2 support, and support for passing command line arguments to appimages.
55````` 57`````
56 58
57````` 59`````
@@ -75,9 +77,9 @@ Use this issue to request new profiles: https://github.com/netblue30/firejail/is
75 Example: 77 Example:
76 # firejail --private-srv=www /etc/init.d/apache2 start 78 # firejail --private-srv=www /etc/init.d/apache2 start
77 79
78 --machine-id 80 --machine-id
79 Preserve id number in /etc/machine-id file. By default a new 81 Spoof id number in /etc/machine-id file - a new random id is
80 random id is generated inside the sandbox. 82 generated inside the sandbox.
81 83
82 Example: 84 Example:
83 $ firejail --machine-id 85 $ firejail --machine-id
@@ -89,6 +91,12 @@ Use this issue to request new profiles: https://github.com/netblue30/firejail/is
89 Example: 91 Example:
90 $ firejail --allow-private-blacklist --private=~/priv-dir 92 $ firejail --allow-private-blacklist --private=~/priv-dir
91 --blacklist=~/.mozilla 93 --blacklist=~/.mozilla
94
95 --hosts-file=file
96 Use file as /etc/hosts.
97
98 Example:
99 $ firejail --hosts-file=~/myhosts firefox
92 100
93````` 101`````
94## New Profiles 102## New Profiles