aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Vladimir Schowalter <VladimirSchowalter20@users.noreply.github.com>2017-08-02 18:12:02 +0100
committerLibravatar GitHub <noreply@github.com>2017-08-02 18:12:02 +0100
commitc5e188cbda3aa074da69aa575262c69f5d5882bb (patch)
treee3e531e044fd66f6627aa08985b3a0d6cbaa3275 /Makefile.in
parentget_mempolicy syscall was temporarily removed from the default seccomp list. ... (diff)
downloadfirejail-c5e188cbda3aa074da69aa575262c69f5d5882bb.tar.gz
firejail-c5e188cbda3aa074da69aa575262c69f5d5882bb.tar.zst
firejail-c5e188cbda3aa074da69aa575262c69f5d5882bb.zip
Apparmor: add local configuration
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index dabd9aa15..34a9eb856 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -128,6 +128,8 @@ ifeq ($(HAVE_APPARMOR),-DHAVE_APPARMOR)
128 # install apparmor profile 128 # install apparmor profile
129 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;" 129 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d; fi;"
130 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/. 130 install -c -m 0644 etc/firejail-default $(DESTDIR)/$(sysconfdir)/apparmor.d/.
131 sh -c "if [ ! -d $(DESTDIR)/$(sysconfdir)/apparmor.d/local ]; then install -d -m 755 $(DESTDIR)/$(sysconfdir)/apparmor.d/local; fi;"
132 install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/.
131endif 133endif
132 # man pages 134 # man pages
133 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 135 install -m 0755 -d $(DESTDIR)/$(mandir)/man1