Missing stuff for SELinux

This commit is contained in:
manu 2007-02-15 16:23:40 +00:00
parent f918a311cb
commit 1b2a464d38
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-02-15 Emmanuel Dreyfus <manu@netbsd.org>
* configure.ac: fix typo in SELinux option
* src/racoon/security.c: missing file from Joy Latten
2007-02-15 Yvan Vanhullebus <vanhu@netasq.com>
* src/racoon/isakmp.c: Fixed the way phase1/2 messages are
sent/resent, to avoid zombie handles and acces to freed memory.

View File

@ -756,7 +756,7 @@ AC_MSG_RESULT($kernel_secctx)
AC_MSG_CHECKING(whether to support Security Context)
AC_ARG_ENABLE(security-context,
[ --enable-security-context enable Security Context(yes/no/kernel)],
[if test "$enable_security-context" = "kernel"; then
[if test "$enable_security_context" = "kernel"; then
enable_security_context=$kernel_secctx; fi],
[enable_security_context=$kernel_secctx])
AC_MSG_RESULT($enable_security_context)