aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-08-29 11:25:34 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-09-05 01:07:41 -0300
commit97874c3bf923798b0e3ab119d169aaa9b1314221 (patch)
tree469c6f3ecc707becb9472432396910e9874f7b6a /configure.ac
parentRevert "compile fix" (diff)
downloadfirejail-97874c3bf923798b0e3ab119d169aaa9b1314221.tar.gz
firejail-97874c3bf923798b0e3ab119d169aaa9b1314221.tar.zst
firejail-97874c3bf923798b0e3ab119d169aaa9b1314221.zip
Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"
This reverts commit 54cb3e741e972c754e595d56de0bca0792299f83, reversing changes made to 97b1e02d5f4dca4261dc9928f8a5ebf8966682d7. There were many issues and requests for changes raised in the pull request (both code-wise and design-wise) and most of them are still unresolved[1]. [1] https://github.com/netblue30/firejail/pull/5315
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 1 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 78681cb7a..8a488ff43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,18 +81,10 @@ AS_IF([test "x$enable_selinux" = "xyes"], [
81 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux" 81 EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lselinux"
82]) 82])
83 83
84HAVE_LANDLOCK=""
85AC_SUBST([HAVE_LANDLOCK])
86AC_ARG_ENABLE([landlock])
87 [AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])]
88AS_IF([test "x$enable_landlock" = "xyes"], [
89 HAVE_LANDLOCK="-DHAVE_LANDLOCK"
90 EXTRA_LDFLAGS="$EXTRA_LDFLAGS"
91])
92
93AC_SUBST([EXTRA_CFLAGS]) 84AC_SUBST([EXTRA_CFLAGS])
94AC_SUBST([EXTRA_LDFLAGS]) 85AC_SUBST([EXTRA_LDFLAGS])
95 86
87
96HAVE_DBUSPROXY="" 88HAVE_DBUSPROXY=""
97AC_SUBST([HAVE_DBUSPROXY]) 89AC_SUBST([HAVE_DBUSPROXY])
98AC_ARG_ENABLE([dbusproxy], 90AC_ARG_ENABLE([dbusproxy],