From a039bce14d634e891a670202047b0be674e5d547 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 20 Nov 2015 16:50:29 -0500 Subject: added webserver.net and nolocal.net network filters --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 65f43884b..cf27248c8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -115,6 +115,8 @@ realinstall: install -c -m 0644 .etc/unbound.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/dnscrypt-proxy.profile $(DESTDIR)/$(sysconfdir)/firejail/. install -c -m 0644 .etc/whitelist-common.inc $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/nolocal.net $(DESTDIR)/$(sysconfdir)/firejail/. + install -c -m 0644 .etc/webserver.net $(DESTDIR)/$(sysconfdir)/firejail/. bash -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;" rm -fr .etc # man pages -- cgit v1.2.3-54-g00ecf