aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-08-14 06:42:00 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-08-14 06:42:00 -0400
commited26a0fa7bfcbafee8eba01fa77a3ff8130e2af6 (patch)
tree48ebaea25adcce9e2c9db247604ba588ccd0e7e6
parentimport teams profile (diff)
downloadfirejail-ed26a0fa7bfcbafee8eba01fa77a3ff8130e2af6.tar.gz
firejail-ed26a0fa7bfcbafee8eba01fa77a3ff8130e2af6.tar.zst
firejail-ed26a0fa7bfcbafee8eba01fa77a3ff8130e2af6.zip
AppArmor fix
-rw-r--r--Makefile.in1
-rw-r--r--README2
2 files changed, 3 insertions, 0 deletions
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)
137 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;" 137 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;"
138 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/. 138 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/.
139 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;" 139 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
140 install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-default
140endif 141endif
141 # man pages 142 # man pages
142 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 143 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)
63 - fix flameshot raw screenshots 63 - fix flameshot raw screenshots
641dnrr (https://github.com/1dnrr) 641dnrr (https://github.com/1dnrr)
65 - add pybitmessage profile 65 - add pybitmessage profile
66Ádler Jonas Gross (https://github.com/adgross)
67 - AppArmor fix
66Adrian L. Shaw (https://github.com/adrianlshaw) 68Adrian L. Shaw (https://github.com/adrianlshaw)
67 - add profanity profile 69 - add profanity profile
68 - add barrirer profile 70 - add barrirer profile