From ed26a0fa7bfcbafee8eba01fa77a3ff8130e2af6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 14 Aug 2020 06:42:00 -0400 Subject: AppArmor fix --- Makefile.in | 1 + README | 2 ++ 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3-54-g00ecf