aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Thomas Jarosch <thomas.jarosch@intra2net.com>2016-07-28 16:24:29 +0200
committerLibravatar Thomas Jarosch <thomas.jarosch@intra2net.com>2016-07-28 16:30:40 +0200
commit3da7ed2d8b6a6cb85b9fd07906b0ad518d5ccc32 (patch)
treeb1b997f7b81c43d042c404217ae215d55b588063 /Makefile.in
parentwhitelist fix (diff)
downloadfirejail-3da7ed2d8b6a6cb85b9fd07906b0ad518d5ccc32.tar.gz
firejail-3da7ed2d8b6a6cb85b9fd07906b0ad518d5ccc32.tar.zst
firejail-3da7ed2d8b6a6cb85b9fd07906b0ad518d5ccc32.zip
Add profile for uudeview
uudeview might access unsafe email content, therefore restrict it as much as possible. In fact it's best to call firejail with a private home dir, too.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 3083ba19e..6c0e464e4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -225,6 +225,7 @@ realinstall:
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 install -c -m 0644 .etc/Cyberfox.profile $(DESTDIR)/$(sysconfdir)/firejail/.
228 install -c -m 0644 .etc/uudeview.profile $(DESTDIR)/$(sysconfdir)/firejail/.
228 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" 229 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
229 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/. 230 install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.
230 rm -fr .etc 231 rm -fr .etc