aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2020-08-07 16:34:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2020-08-07 16:34:17 -0400
commit30457f8d26843b7729a842b2576b2a3df6daee31 (patch)
tree5091662d640515046c194243b2d422024c33f2d6 /Makefile.in
parentAdd appimage fix to electrum.profile (diff)
downloadfirejail-30457f8d26843b7729a842b2576b2a3df6daee31.tar.gz
firejail-30457f8d26843b7729a842b2576b2a3df6daee31.tar.zst
firejail-30457f8d26843b7729a842b2576b2a3df6daee31.zip
starting 0.9.62.2, included profile-fixes.patch and apparmor-include.patch from Debian sid (firejail 0.9.62-3)
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e065741f5..bc0d13499 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -137,8 +137,6 @@ 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 apparmor profile customization file
141 sh -c "if [ ! -f $(DESTDIR)/$(sysconfdir)/apparmor.d/local/firejail-local ]; then install -c -m 0644 etc/firejail-local $(DESTDIR)/$(sysconfdir)/apparmor.d/local/.; fi;"
142endif 140endif
143 # man pages 141 # man pages
144 install -m 0755 -d $(DESTDIR)/$(mandir)/man1 142 install -m 0755 -d $(DESTDIR)/$(mandir)/man1