aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--README9
-rw-r--r--README.md2
-rw-r--r--etc/strings.profile (renamed from strings.profile)0
-rw-r--r--platform/debian/conffiles5
5 files changed, 19 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 38279beca..cb166aa33 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -209,6 +209,10 @@ realinstall:
209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/. 209 install -c -m 0644 .etc/pix.profile $(DESTDIR)/$(sysconfdir)/firejail/.
210 install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/. 210 install -c -m 0644 .etc/soffice.profile $(DESTDIR)/$(sysconfdir)/firejail/.
211 install -c -m 0644 .etc/audacity.profile $(DESTDIR)/$(sysconfdir)/firejail/. 211 install -c -m 0644 .etc/audacity.profile $(DESTDIR)/$(sysconfdir)/firejail/.
212 install -c -m 0644 .etc/cpio.profile $(DESTDIR)/$(sysconfdir)/firejail/.
213 install -c -m 0644 .etc/gzip.profile $(DESTDIR)/$(sysconfdir)/firejail/.
214 install -c -m 0644 .etc/xzdec.profile $(DESTDIR)/$(sysconfdir)/firejail/.
215 install -c -m 0644 .etc/strings.profile $(DESTDIR)/$(sysconfdir)/firejail/.
212 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 216 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
213 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 217 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
214 rm -fr .etc 218 rm -fr .etc
diff --git a/README b/README
index ab7115bec..65eeccd03 100644
--- a/README
+++ b/README
@@ -25,6 +25,14 @@ 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
28Jaykishan Mutkawoa (https://github.com/jmutkawoa)
29 - cpio profile
30Paupiah Yash (https://github.com/CaffeinatedStud)
31 - gzip profile
32Akhil Hans Maulloo (https://github.com/kouul)
33 - xz profile
34Rahul Golam (https://github.com/technoLord)
35 - strings profile
28geg2048 (https://github.com/geg2048) 36geg2048 (https://github.com/geg2048)
29 - kwallet profile fixes 37 - kwallet profile fixes
30Simon Peter (https://github.com/probonopd) 38Simon Peter (https://github.com/probonopd)
@@ -52,6 +60,7 @@ avoidr (https://github.com/avoidr)
52 - lots of profile fixes 60 - lots of profile fixes
53 - added mcabber profile 61 - added mcabber profile
54 - fixed mpv profile 62 - fixed mpv profile
63 - various other fixes
55Ruan (https://github.com/ruany) 64Ruan (https://github.com/ruany)
56 - fixed hexchat profile 65 - fixed hexchat profile
57Vasya Novikov (https://github.com/vn971) 66Vasya Novikov (https://github.com/vn971)
diff --git a/README.md b/README.md
index 6ab15d2fd..b11dc8249 100644
--- a/README.md
+++ b/README.md
@@ -77,4 +77,4 @@ Office: evince, gthumb, fbreader, pix
77 77
78## New security profiles 78## New security profiles
79 79
80Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity 80Gitter, gThumb, mpv, Franz messenger, LibreOffice, pix, audacity, strings, xz, gzip, cpio
diff --git a/strings.profile b/etc/strings.profile
index ea6d4b415..ea6d4b415 100644
--- a/strings.profile
+++ b/etc/strings.profile
diff --git a/platform/debian/conffiles b/platform/debian/conffiles
index eca804ab6..a09df0c29 100644
--- a/platform/debian/conffiles
+++ b/platform/debian/conffiles
@@ -119,3 +119,8 @@
119/etc/firejail/pix.profile 119/etc/firejail/pix.profile
120/etc/firejail/soffice.profile 120/etc/firejail/soffice.profile
121/etc/firejail/audacity.profile 121/etc/firejail/audacity.profile
122/etc/firejail/cpio.profile
123/etc/firejail/gzip.profile
124/etc/firejail/xzdec.profile
125/etc/firejail/strings.profile
126