AppArmor fix

This commit is contained in:
netblue30 2020-08-14 06:42:00 -04:00
parent 69d54f7155
commit ed26a0fa7b
2 changed files with 3 additions and 0 deletions

View file

@ -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

2
README
View file

@ -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