mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
AppArmor fix
This commit is contained in:
parent
69d54f7155
commit
ed26a0fa7b
2 changed files with 3 additions and 0 deletions
|
|
@ -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
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue