aboutsummaryrefslogtreecommitdiffstats
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index f587bb25e..12881fcaf 100755
--- a/configure
+++ b/configure
@@ -4186,6 +4186,8 @@ if test "$prefix" = /usr; then
4186 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc" 4186 test "$sysconfdir" = '${prefix}/etc' && sysconfdir="/etc"
4187fi 4187fi
4188 4188
4189ac_config_files="$ac_config_files mkdeb.sh"
4190
4189ac_config_files="$ac_config_files Makefile src/common.mk src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile src/profstats/Makefile" 4191ac_config_files="$ac_config_files Makefile src/common.mk src/lib/Makefile src/fcopy/Makefile src/fnet/Makefile src/firejail/Makefile src/fnetfilter/Makefile src/firemon/Makefile src/libtrace/Makefile src/libtracelog/Makefile src/firecfg/Makefile src/fbuilder/Makefile src/fsec-print/Makefile src/ftee/Makefile src/faudit/Makefile src/fseccomp/Makefile src/fldd/Makefile src/libpostexecseccomp/Makefile src/fsec-optimize/Makefile src/profstats/Makefile"
4190 4192
4191cat >confcache <<\_ACEOF 4193cat >confcache <<\_ACEOF
@@ -4895,6 +4897,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4895for ac_config_target in $ac_config_targets 4897for ac_config_target in $ac_config_targets
4896do 4898do
4897 case $ac_config_target in 4899 case $ac_config_target in
4900 "mkdeb.sh") CONFIG_FILES="$CONFIG_FILES mkdeb.sh" ;;
4898 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; 4901 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
4899 "src/common.mk") CONFIG_FILES="$CONFIG_FILES src/common.mk" ;; 4902 "src/common.mk") CONFIG_FILES="$CONFIG_FILES src/common.mk" ;;
4900 "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;; 4903 "src/lib/Makefile") CONFIG_FILES="$CONFIG_FILES src/lib/Makefile" ;;
@@ -5333,6 +5336,11 @@ which seems to be undefined. Please make sure it is defined" >&2;}
5333 5336
5334 esac 5337 esac
5335 5338
5339
5340 case $ac_file$ac_mode in
5341 "mkdeb.sh":F) chmod +x mkdeb.sh ;;
5342
5343 esac
5336done # for ac_tag 5344done # for ac_tag
5337 5345
5338 5346