aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--RELNOTES2
-rw-r--r--etc/rambox.profile31
-rw-r--r--platform/debian/conffiles1
-rw-r--r--src/firecfg/firecfg.config1
6 files changed, 37 insertions, 2 deletions
diff --git a/README b/README
index f4c5dc12a..13692aed7 100644
--- a/README
+++ b/README
@@ -153,6 +153,8 @@ Felipe Barriga Richards (https://github.com/fbarriga)
153 - --private-etc fix 153 - --private-etc fix
154Franco (nextime) Lanza (https://github.com/nextime) 154Franco (nextime) Lanza (https://github.com/nextime)
155 - added --private-template/--private-home 155 - added --private-template/--private-home
156fuelflo (https://github.com/fuelflo)
157 - added rambox profile
156Fred-Barclay (https://github.com/Fred-Barclay) 158Fred-Barclay (https://github.com/Fred-Barclay)
157 - lots of profile fixes 159 - lots of profile fixes
158 - added Vivaldi, Atril profiles 160 - added Vivaldi, Atril profiles
diff --git a/README.md b/README.md
index abccc2b4d..83473b714 100644
--- a/README.md
+++ b/README.md
@@ -150,5 +150,5 @@ playing youtube videos on Firefox Nightly.
150curl, mplayer2, SMPlayer, Calibre, ebook-viewer, KWrite, Geary, Liferea, peek, silentarmy, 150curl, mplayer2, SMPlayer, Calibre, ebook-viewer, KWrite, Geary, Liferea, peek, silentarmy,
151IntelliJ IDEA, Android Studio, electron, riot-web, 151IntelliJ IDEA, Android Studio, electron, riot-web,
152Extreme Tux Racer, Frozen Bubble, Open Invaders, Pingus, Simutrans, SuperTux, 152Extreme Tux Racer, Frozen Bubble, Open Invaders, Pingus, Simutrans, SuperTux,
153telegram-desktop, arm 153telegram-desktop, arm, rambox
154 154
diff --git a/RELNOTES b/RELNOTES
index 4c5b2555b..f4617765d 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -11,7 +11,7 @@ firejail (0.9.49) baseline; urgency=low
11 * new profiles: Geary, Liferea, peek, silentarmy, IntelliJ IDEA, 11 * new profiles: Geary, Liferea, peek, silentarmy, IntelliJ IDEA,
12 * new profiles: Android Studio, electron, riot-web, Extreme Tux Racer, 12 * new profiles: Android Studio, electron, riot-web, Extreme Tux Racer,
13 * new profiles: Frozen Bubble, Open Invaders, Pingus, Simutrans, SuperTux 13 * new profiles: Frozen Bubble, Open Invaders, Pingus, Simutrans, SuperTux
14 * new profiles: telegram-desktop, arm 14 * new profiles: telegram-desktop, arm, rambox
15 * bugfixes 15 * bugfixes
16 -- netblue30 <netblue30@yahoo.com> Mon, 12 Jun 2017 20:00:00 -0500 16 -- netblue30 <netblue30@yahoo.com> Mon, 12 Jun 2017 20:00:00 -0500
17 17
diff --git a/etc/rambox.profile b/etc/rambox.profile
new file mode 100644
index 000000000..2c70fbd13
--- /dev/null
+++ b/etc/rambox.profile
@@ -0,0 +1,31 @@
1#Persistent global definitions go here
2include /etc/firejail/globals.local
3
4#This file is overwritten during software install.
5#Persistent customizations should go in a .local file.
6include /etc/firejail/rambox.local
7
8# Rambox profile for firejail
9noblacklist ~/.config/Rambox
10noblacklist ~/.pki
11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-programs.inc
13include /etc/firejail/disable-devel.inc
14
15caps.drop all
16netfilter
17nogroups
18nonewprivs
19noroot
20protocol unix,inet,inet6,netlink
21seccomp
22#tracelog
23
24whitelist ${DOWNLOADS}
25mkdir ~/.config/Rambox
26whitelist ~/.config/Rambox
27mkdir ~/.pki
28whitelist ~/.pki
29
30include /etc/firejail/whitelist-common.inc
31
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 54bd2f697..03dd65327 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -230,6 +230,7 @@
230/etc/firejail/quiterss.profile 230/etc/firejail/quiterss.profile
231/etc/firejail/qupzilla.profile 231/etc/firejail/qupzilla.profile
232/etc/firejail/qutebrowser.profile 232/etc/firejail/qutebrowser.profile
233/etc/firejail/rambox.profile
233/etc/firejail/ranger.profile 234/etc/firejail/ranger.profile
234/etc/firejail/rhythmbox.profile 235/etc/firejail/rhythmbox.profile
235/etc/firejail/riot-web.profile 236/etc/firejail/riot-web.profile
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index a6472a604..299b165f6 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -212,6 +212,7 @@ quassel
212quiterss 212quiterss
213qupzilla 213qupzilla
214qutebrowser 214qutebrowser
215rambox
215ranger 216ranger
216rhythmbox 217rhythmbox
217ristretto 218ristretto