aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-12-19 09:38:39 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-12-19 09:38:39 -0500
commitea6a97b17ba553bd3ec1852aede1f6e0b2e68638 (patch)
tree778bb395c7127d82766227cc1c55d3724908ae3b /README.md
parentMerge pull request #194 from reinerh/master (diff)
downloadfirejail-ea6a97b17ba553bd3ec1852aede1f6e0b2e68638.tar.gz
firejail-ea6a97b17ba553bd3ec1852aede1f6e0b2e68638.tar.zst
firejail-ea6a97b17ba553bd3ec1852aede1f6e0b2e68638.zip
new webpage
Diffstat (limited to 'README.md')
-rw-r--r--README.md59
1 files changed, 14 insertions, 45 deletions
diff --git a/README.md b/README.md
index d06a3b68f..0ae8f52c9 100644
--- a/README.md
+++ b/README.md
@@ -20,61 +20,25 @@ prefix your command with “firejail”:
20$ firejail firefox # starting Mozilla Firefox 20$ firejail firefox # starting Mozilla Firefox
21$ firejail transmission-gtk # starting Transmission BitTorrent 21$ firejail transmission-gtk # starting Transmission BitTorrent
22$ firejail vlc # starting VideoLAN Client 22$ firejail vlc # starting VideoLAN Client
23$ sudo firejail "/etc/init.d/nginx start && sleep inf" 23$ sudo firejail /etc/init.d/nginx start
24````` 24`````
25Project webpage: https://l3net.wordpress.com/projects/firejail/ 25Project webpage: https://firejail.wordpress.com/
26 26
27Download and Installation: https://l3net.wordpress.com/projects/firejail/firejail-download-and-install/ 27Download and Installation: https://firejail.wordpress.com/download-2/
28 28
29Features: https://l3net.wordpress.com/projects/firejail/firejail-features/ 29Features: https://firejail.wordpress.com/features-3/
30 30
31Usage: https://l3net.wordpress.com/projects/firejail/firejail-usage/ 31Documentation: https://firejail.wordpress.com/documentation-2/
32 32
33FAQ: https://l3net.wordpress.com/projects/firejail/firejail-faq/ 33FAQ: https://firejail.wordpress.com/support/frequently-asked-questions/
34 34
35## Development version 0.9.35 35## Development version 0.9.35
36 36
37### Firefox whitelists: 37### The project has moved to a new home: https://firejail.wordpress.com/
38
39The current whitelist of files and directories for Firefox is as follows:
40`````
41whitelist ~/.mozilla (0.9.34)
42whitelist ~/Downloads (0.9.34)
43whitelist ~/Загрузки (new in 0.9.35)
44whitelist ~/dwhelper (0.9.34)
45whitelist ~/.cache/mozilla/firefox (new in 0.9.35)
46whitelist ~/.zotero (0.9.34)
47whitelist ~/.lastpass (0.9.34)
48whitelist ~/.vimperatorrc (0.9.34)
49whitelist ~/.vimperator (0.9.34)
50whitelist ~/.pentadactylrc (0.9.34)
51whitelist ~/.pentadactyl (0.9.34)
52whitelist ~/.config/gnome-mplayer (new in 0.9.35)
53whitelist ~/.cache/gnome-mplayer/plugin (new in 0.9.35)
54include /etc/firejail/whitelist-common.inc
55`````
56/etc/firejail/whitelist-common.inc
57`````
58whitelist ~/.config/mimeapps.list (new in 0.9.35)
59whitelist ~/.icons (new in 0.9.35)
60
61# fonts
62whitelist ~/.fonts (0.9.34)
63whitelist ~/.fonts.d (0.9.34)
64whitelist ~/.fontconfig (0.9.34)
65whitelist ~/.fonts.conf (0.9.34)
66whitelist ~/.fonts.conf.d (0.9.34)
67
68# gtk
69whitelist ~/.gtkrc (new in 0.9.35)
70whitelist ~/.gtkrc-2.0 (0.9.34)
71whitelist ~/.config/gtk-3.0 (new in 0.9.35)
72whitelist ~/.themes (new in 0.9.35)
73`````
74If you are using a plugin or extension that requires other directories, please open a new issue: https://github.com/netblue30/firejail/issues
75 38
76### New security profiles: 39### New security profiles:
77New profiles introduced in this version: unbound, dnscrypt-proxy 40New profiles introduced in this version: unbound, dnscrypt-proxy, BitlBee, HexChat, WeeChat,
41google-chrome-stable, google-chrome-beta, google-chrome-unstable, opera-beta
78 42
79### --noblacklist 43### --noblacklist
80````` 44`````
@@ -136,6 +100,11 @@ Start Firejail using the new path:
136$ firejail --profile-path=~/myprofiles 100$ firejail --profile-path=~/myprofiles
137````` 101`````
138 102
103### --force
104
105This option allows the user to start a sandbox inside an existing sandbox. It is mainly used for running
106Firejail inside a Docker container.
107
139### Debian reproducible build 108### Debian reproducible build
140 109
141### Added "name" and "hostname" command support in profile files 110### Added "name" and "hostname" command support in profile files