From de9fbce3430bb0ca144d24724d8532f74947c701 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 1 Apr 2016 10:11:49 -0400 Subject: adding Dillo whitelisted profile --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 76dff61ae..c9e2e54f8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -157,6 +157,7 @@ realinstall: install -c -m 0644 .etc/flashpeak-slimjet.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/ssh.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/openbox.profile $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/dillo.profile $(DESTDIR)/$(sysconfdir)/firejail/. sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/firejail.config ]; then install -c -m 0644 etc/firejail.config $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc -- cgit v1.2.3-54-g00ecf