mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fix landlock setting in software config script
This commit is contained in:
parent
599960144d
commit
163c8a0d9e
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -1397,7 +1397,7 @@ Optional Features:
|
|||
--enable-ids enable ids
|
||||
--enable-apparmor enable apparmor
|
||||
--enable-selinux SELinux labeling support
|
||||
--enable-landlock Landlock self-restriction support
|
||||
--disable-landlock disable Landlock self-restriction support
|
||||
--disable-dbusproxy disable dbus proxy
|
||||
--disable-output disable --output logging
|
||||
--disable-usertmpfs disable tmpfs as regular user
|
||||
|
|
|
|||
|
|
@ -111,7 +111,7 @@ AS_IF([test "x$enable_selinux" = "xyes"], [
|
|||
HAVE_LANDLOCK=""
|
||||
AC_SUBST([HAVE_LANDLOCK])
|
||||
AC_ARG_ENABLE([landlock],
|
||||
[AS_HELP_STRING([--enable-landlock], [Landlock self-restriction support])])
|
||||
[AS_HELP_STRING([--disable-landlock], [disable Landlock self-restriction support])])
|
||||
AS_IF([test "x$enable_landlock" != "xno"], [
|
||||
AC_CHECK_HEADER([linux/landlock.h],
|
||||
[HAVE_LANDLOCK="-DHAVE_LANDLOCK"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue