mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
apparmor fixes for Arch Linux
This commit is contained in:
parent
25fa674661
commit
46715fc5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ realinstall:
|
|||
sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/firejail/login.users ]; then install -c -m 0644 etc/login.users $(DESTDIR)/$(sysconfdir)/firejail/.; fi;"
|
||||
rm -fr .etc
|
||||
# install apparmor profile
|
||||
sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;"
|
||||
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/.
|
||||
# man pages
|
||||
install -m 0755 -d $(DESTDIR)/$(mandir)/man1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue