From c5e188cbda3aa074da69aa575262c69f5d5882bb Mon Sep 17 00:00:00 2001 From: Vladimir Schowalter Date: Wed, 2 Aug 2017 18:12:02 +0100 Subject: Apparmor: add local configuration --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index dabd9aa15..34a9eb856 100644 --- a/Makefile.in +++ b/Makefile.in @@ -128,6 +128,8 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) # install apparmor profile sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;" install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/. + sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;" + install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/. endif # man pages install -m 0755 -d $(DESTDIR)/$(mandir)/man1 -- cgit v1.2.3-70-g09d2