aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rw-r--r--README1
-rw-r--r--README.md4
-rw-r--r--RELNOTES1
-rw-r--r--etc/disable-programs.inc2
-rw-r--r--platform/debian/conffiles3
-rw-r--r--src/firecfg/firecfg.config1
7 files changed, 9 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 196c5892f..1a5a9160d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -206,6 +206,7 @@ realinstall:
206 install -c -m 0644 .etc/lomath.profile $(DESTDIR)/$(sysconfdir)/firejail/. 206 install -c -m 0644 .etc/lomath.profile $(DESTDIR)/$(sysconfdir)/firejail/.
207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/. 207 install -c -m 0644 .etc/loweb.profile $(DESTDIR)/$(sysconfdir)/firejail/.
208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/. 208 install -c -m 0644 .etc/lowriter.profile $(DESTDIR)/$(sysconfdir)/firejail/.
209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/.
209 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 210 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
210 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 211 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
211 rm -fr .etc 212 rm -fr .etc
diff --git a/README b/README
index d87430f89..9dfbbec14 100644
--- a/README
+++ b/README
@@ -89,6 +89,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
89 - added Gitter profile 89 - added Gitter profile
90 - various organising 90 - various organising
91 - added Libreoffice profile 91 - added Libreoffice profile
92 - added pix profile
92Petter Reinholdtsen (pere@hungry.com) 93Petter Reinholdtsen (pere@hungry.com)
93 - Opera profile patch 94 - Opera profile patch
94n1trux (https://github.com/n1trux) 95n1trux (https://github.com/n1trux)
diff --git a/README.md b/README.md
index c53823304..fa1e38b52 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,8 @@ File transfer: filezilla
73 73
74Media: vlc, mpv, gnome-mplayer 74Media: vlc, mpv, gnome-mplayer
75 75
76Office: evince, gthumb, fbreader 76Office: evince, gthumb, fbreader, pix
77 77
78## New security profiles 78## New security profiles
79 79
80Gitter, gThumb, mpv, Franz messenger, LibreOffice 80Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix
diff --git a/RELNOTES b/RELNOTES
index 4a698620b..767ef8f34 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -4,6 +4,7 @@ firejail (0.9.41) baseline; urgency=low
4 * compile time support to disable global configuration file 4 * compile time support to disable global configuration file
5 * some profiles have been converted to private-bin 5 * some profiles have been converted to private-bin
6 * new profiles: Gitter, gThumb, mpv, Franz messenger, LibreOffice 6 * new profiles: Gitter, gThumb, mpv, Franz messenger, LibreOffice
7 * new profiles: pix
7 -- netblue30 <netblue30@yahoo.com> Tue, 31 May 2016 08:00:00 -0500 8 -- netblue30 <netblue30@yahoo.com> Tue, 31 May 2016 08:00:00 -0500
8 9
9firejail (0.9.40) baseline; urgency=low 10firejail (0.9.40) baseline; urgency=low
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index a5b33c860..70deb2b0c 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -17,6 +17,7 @@ blacklist ${HOME}/.config/atril
17blacklist ${HOME}/.config/xreader 17blacklist ${HOME}/.config/xreader
18blacklist ${HOME}/.config/xviewer 18blacklist ${HOME}/.config/xviewer
19blacklist ${HOME}/.config/libreoffice 19blacklist ${HOME}/.config/libreoffice
20blacklist ${HOME}/.config/pix
20blacklist ${HOME}/.kde/share/apps/okular 21blacklist ${HOME}/.kde/share/apps/okular
21blacklist ${HOME}/.kde/share/config/okularrc 22blacklist ${HOME}/.kde/share/config/okularrc
22blacklist ${HOME}/.kde/share/config/okularpartrc 23blacklist ${HOME}/.kde/share/config/okularpartrc
@@ -120,3 +121,4 @@ blacklist ${HOME}/.local/share/0ad
120blacklist ${HOME}/.local/share/xplayer 121blacklist ${HOME}/.local/share/xplayer
121blacklist ${HOME}/.local/share/totem 122blacklist ${HOME}/.local/share/totem
122blacklist ${HOME}/.local/share/psi+ 123blacklist ${HOME}/.local/share/psi+
124blacklist ${HOME}/.local/share/pix
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index 2730a497c..d312d4bd9 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -116,5 +116,4 @@
116/etc/firejail/lomath.profile 116/etc/firejail/lomath.profile
117/etc/firejail/loweb.profile 117/etc/firejail/loweb.profile
118/etc/firejail/lowriter.profile 118/etc/firejail/lowriter.profile
119 119/etc/firejail/pix.profile
120
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index b54ca221c..ee90a6d89 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -118,6 +118,7 @@ lowriter
118Mathematica 118Mathematica
119mathematica 119mathematica
120okular 120okular
121pix
121xreader 122xreader
122 123
123# other 124# other