Lines Matching full:selinux
151 AC_ARG_ENABLE(selinux, AS_HELP_STRING([--enable-selinux],[build with SELinux support]),enable_selinux=$enableval,enable_selinux=auto)
152 AC_ARG_ENABLE(libaudit,AS_HELP_STRING([--enable-libaudit],[build audit daemon support for SELinux]),enable_libaudit=$enableval,enable_libaudit=auto)
986 # SELinux detection
990 # See if we have SELinux library
991 AC_CHECK_LIB(selinux, is_selinux_enabled,
994 # see if we have the SELinux header with the new D-Bus stuff in it
996 AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h])
997 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <selinux/av_permissions.h>]],
1009 AC_MSG_WARN([Sufficiently new SELinux library not found])
1013 AC_MSG_ERROR([SElinux explicitly required, and SELinux library not found])
1021 # the selinux code creates threads
1027 AC_DEFINE(HAVE_SELINUX,1,[SELinux support])
1198 AC_DEFINE(HAVE_LIBAUDIT,1,[audit daemon SELinux support])
1778 Building SELinux support: ${have_selinux}