Lines Matching full:selinux
8 # Provide <selinux/selinux.h>, if necessary.
13 AC_CHECK_HEADERS([selinux/selinux.h],
15 [SELINUX_SELINUX_H=selinux/selinux.h])
22 AC_MSG_WARN([libselinux was found but selinux/selinux.h is missing.])
23 AC_MSG_WARN([AC_PACKAGE_NAME will be compiled without SELinux support.])
33 AC_SEARCH_LIBS([setfilecon], [selinux],
39 # Warn if SELinux is found but libselinux is absent;
41 test "$host" = "$build" && test -d /selinux; then
42 AC_MSG_WARN([This system supports SELinux but libselinux is missing.])
43 AC_MSG_WARN([AC_PACKAGE_NAME will be compiled without SELinux support.])