aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-28 08:21:21 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-28 08:21:21 -0400
commite171eac90eb99b81a61a6850d7e8f4d4344c27c6 (patch)
tree15ea80898eba0d44a95f6b51620a9d61e43c1cc9
parentMerge pull request #653 from thomasjfox/improve-disable-passwdmgr (diff)
downloadfirejail-e171eac90eb99b81a61a6850d7e8f4d4344c27c6.tar.gz
firejail-e171eac90eb99b81a61a6850d7e8f4d4344c27c6.tar.zst
firejail-e171eac90eb99b81a61a6850d7e8f4d4344c27c6.zip
fix cyberfox profile
-rw-r--r--Makefile.in1
-rw-r--r--README2
-rw-r--r--etc/Cyberfox.profile3
-rw-r--r--etc/cyberfox.profile5
-rw-r--r--platform/debian/conffiles1
5 files changed, 9 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0903e3b8d..3083ba19e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -224,6 +224,7 @@ realinstall:
224 install -c -m 0644 .etc/atom.profile $(DESTDIR)/$(sysconfdir)/firejail/. 224 install -c -m 0644 .etc/atom.profile $(DESTDIR)/$(sysconfdir)/firejail/.
225 install -c -m 0644 .etc/jitsi.profile $(DESTDIR)/$(sysconfdir)/firejail/. 225 install -c -m 0644 .etc/jitsi.profile $(DESTDIR)/$(sysconfdir)/firejail/.
226 install -c -m 0644 .etc/eom.profile $(DESTDIR)/$(sysconfdir)/firejail/. 226 install -c -m 0644 .etc/eom.profile $(DESTDIR)/$(sysconfdir)/firejail/.
227 install -c -m 0644 .etc/Cyberfox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
227 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 228 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
228 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 229 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
229 rm -fr .etc 230 rm -fr .etc
diff --git a/README b/README
index bbf138085..dc9d8a3b0 100644
--- a/README
+++ b/README
@@ -25,6 +25,8 @@ Reiner Herrmann (https://github.com/reinerh)
25 - clang-analyzer fixes 25 - clang-analyzer fixes
26 - Debian reproducible build 26 - Debian reproducible build
27 - unit testing framework 27 - unit testing framework
28Thomas Jarosch (https://github.com/thomasjfox)
29 - disable keepassx in disable-passwdmgr.inc
28Niklas Haas (https://github.com/haasn) 30Niklas Haas (https://github.com/haasn)
29 - blacklisting for keybase.io's client 31 - blacklisting for keybase.io's client
30Aleksey Manevich (https://github.com/manevich) 32Aleksey Manevich (https://github.com/manevich)
diff --git a/etc/Cyberfox.profile b/etc/Cyberfox.profile
new file mode 100644
index 000000000..1f74606ce
--- /dev/null
+++ b/etc/Cyberfox.profile
@@ -0,0 +1,3 @@
1# Firejail profile for Cyberfox (based on Mozilla Firefox)
2
3include /etc/firejail/cyberfox.profile
diff --git a/etc/cyberfox.profile b/etc/cyberfox.profile
index 0035b6be6..afa77d1d4 100644
--- a/etc/cyberfox.profile
+++ b/etc/cyberfox.profile
@@ -1,6 +1,6 @@
1# Firejail profile for Cyberfox (based on Mozilla Firefox) 1# Firejail profile for Cyberfox (based on Mozilla Firefox)
2 2
3noblacklist ~/.8pecxstudios/cyberfox 3noblacklist ~/.8pecxstudios
4noblacklist ~/.cache/8pecxstudios 4noblacklist ~/.cache/8pecxstudios
5include /etc/firejail/disable-common.inc 5include /etc/firejail/disable-common.inc
6include /etc/firejail/disable-programs.inc 6include /etc/firejail/disable-programs.inc
@@ -19,8 +19,7 @@ mkdir ~/.8pecxstudios
19whitelist ~/.8pecxstudios 19whitelist ~/.8pecxstudios
20mkdir ~/.cache 20mkdir ~/.cache
21mkdir ~/.cache/8pecxstudios 21mkdir ~/.cache/8pecxstudios
22mkdir ~/.cache/8pecxstudios/cyberfox 22whitelist ~/.cache/8pecxstudios
23whitelist ~/.cache/8pecxstudios/cyberfox
24whitelist ~/dwhelper 23whitelist ~/dwhelper
25whitelist ~/.zotero 24whitelist ~/.zotero
26whitelist ~/.vimperatorrc 25whitelist ~/.vimperatorrc
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 24884228e..be302f833 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -94,6 +94,7 @@
94/etc/firejail/google-play-music-desktop-player.profile 94/etc/firejail/google-play-music-desktop-player.profile
95/etc/firejail/quiterss.profile 95/etc/firejail/quiterss.profile
96/etc/firejail/cyberfox.profile 96/etc/firejail/cyberfox.profile
97/etc/firejail/Cyberfox.profile
97/etc/firejail/snap.profile 98/etc/firejail/snap.profile
98/etc/firejail/xplayer.profile 99/etc/firejail/xplayer.profile
99/etc/firejail/xreader.profile 100/etc/firejail/xreader.profile