diff --git a/Makefile.in b/Makefile.in index 5a394c4e0..309061d51 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,6 +137,7 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR) 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/firejail-default endif # man pages install -m 0755 -d $(DESTDIR)/$(mandir)/man1 diff --git a/README b/README index cf6579265..04a3fda59 100644 --- a/README +++ b/README @@ -63,6 +63,8 @@ Firejail Authors (alphabetical order) - fix flameshot raw screenshots 1dnrr (https://github.com/1dnrr) - add pybitmessage profile +Ádler Jonas Gross (https://github.com/adgross) + - AppArmor fix Adrian L. Shaw (https://github.com/adrianlshaw) - add profanity profile - add barrirer profile