Regenerate files after merging AppArmor integration.
This commit is contained in:
26
configure
vendored
26
configure
vendored
@@ -835,6 +835,7 @@ mansectmisc
|
||||
mansectform
|
||||
mansectsu
|
||||
devdir
|
||||
AAMAN
|
||||
SEMAN
|
||||
PSMAN
|
||||
LCMAN
|
||||
@@ -1038,6 +1039,7 @@ enable_shared_libutil
|
||||
enable_tmpfiles_d
|
||||
enable_devsearch
|
||||
with_selinux
|
||||
with_apparmor
|
||||
enable_sasl
|
||||
enable_timestamp_type
|
||||
enable_offensive_insults
|
||||
@@ -1883,6 +1885,7 @@ Optional Packages:
|
||||
--with-man manual pages use man macros
|
||||
--with-mdoc manual pages use mdoc macros
|
||||
--with-selinux enable SELinux support
|
||||
--with-apparmor enable AppArmor support
|
||||
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
|
||||
both]
|
||||
--with-aix-soname=aix|svr4|both
|
||||
@@ -3570,6 +3573,7 @@ ac_config_headers="$ac_config_headers config.h pathnames.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#
|
||||
@@ -3643,6 +3647,7 @@ BAMAN=0
|
||||
LCMAN=0
|
||||
PSMAN=0
|
||||
SEMAN=0
|
||||
AAMAN=0
|
||||
LIBINTL=
|
||||
LIBCRYPTO=
|
||||
LIBMD=
|
||||
@@ -6854,6 +6859,26 @@ else $as_nop
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# Check whether --with-apparmor was given.
|
||||
if test ${with_apparmor+y}
|
||||
then :
|
||||
withval=$with_apparmor; case $with_apparmor in
|
||||
yes) printf "%s\n" "#define HAVE_APPARMOR 1" >>confdefs.h
|
||||
|
||||
AAMAN=1
|
||||
SUDO_LIBS="${SUDO_LIBS} -lapparmor"
|
||||
SUDO_OBJS="${SUDO_OBJS} apparmor.o"
|
||||
;;
|
||||
no) ;;
|
||||
*) as_fn_error $? "--with-apparmor does not take an argument." "$LINENO" 5
|
||||
|
||||
esac
|
||||
else $as_nop
|
||||
with_apparmor=no
|
||||
fi
|
||||
|
||||
|
||||
# Check whether --enable-sasl was given.
|
||||
if test ${enable_sasl+y}
|
||||
then :
|
||||
@@ -34984,5 +35009,6 @@ fi
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user