Missing stuff for SELinux
This commit is contained in:
parent
f918a311cb
commit
1b2a464d38
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue