aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Topi Miettinen <toiwoton@gmail.com>2020-05-13 13:07:07 +0300
committerLibravatar Topi Miettinen <topimiettinen@users.noreply.github.com>2020-05-14 13:10:14 +0000
commit87e7b313997b1d2be6553cfb22fef71b74c84ea6 (patch)
treecf1fc8d97a0f414a589043a0664d427b0009d997 /Makefile.in
parentadd new profile: plv (#3410) (diff)
downloadfirejail-87e7b313997b1d2be6553cfb22fef71b74c84ea6.tar.gz
firejail-87e7b313997b1d2be6553cfb22fef71b74c84ea6.tar.zst
firejail-87e7b313997b1d2be6553cfb22fef71b74c84ea6.zip
Configure Debian package with AA and SELinux options
Configure Debian package with AA and SELinux options if they are enabled.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 0da33544c..e811758e6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -183,7 +183,7 @@ uninstall:
183 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg 183 rm -f $(DESTDIR)/$(datarootdir)/bash-completion/completions/firecfg
184 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038." 184 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)/$(sysconfdir)/firejail', see #2038."
185 185
186DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh mkdeb-apparmor.sh COPYING README RELNOTES" 186DISTFILES = "src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh.in COPYING README RELNOTES"
187DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot" 187DISTFILES_TEST = "test/apps test/apps-x11 test/apps-x11-xorg test/root test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/arguments test/fs test/sysutils test/chroot"
188 188
189dist: 189dist:
@@ -202,10 +202,10 @@ dist:
202asc:; ./mkasc.sh $(VERSION) 202asc:; ./mkasc.sh $(VERSION)
203 203
204deb: dist 204deb: dist
205 ./mkdeb.sh $(NAME) $(VERSION) 205 ./mkdeb.sh
206 206
207deb-apparmor: dist 207deb-apparmor: dist
208 ./mkdeb-apparmor.sh $(NAME) $(VERSION) 208 ./mkdeb.sh -apparmor
209 209
210test-compile: dist 210test-compile: dist
211 cd test/compile; ./compile.sh $(NAME)-$(VERSION) 211 cd test/compile; ./compile.sh $(NAME)-$(VERSION)