]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Merge branch 'labeled-ipsec'
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 16:43:16 +0000 (18:43 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Apr 2022 16:52:38 +0000 (18:52 +0200)
commit8b8a2ee43adbfa0eb3d9052af7c5dcaa70f08c71
tree5f4e334d7d20dbb52ff91d5531c9ce8b65e3f0ab
parent93d817767400398cb0a26cca089c369c22d2fd9c
parent6910347d1aba509ac7085938124b2b7c9f240064
Merge branch 'labeled-ipsec'

This adds support for labeled IPsec with SELinux (and a proprietary mode
that can be used to match child configs).  For SELinux support, compile
with --enable-selinux.

Other changes include a combined start action (trap|start), avoiding
initiating duplicate CHILD_SAs, updating reqids if dynamic traffic
selectors change, removing reqid errors on policy updates, or querying
specific CHILD_SAs with vici's list-sas command.

Closes #3075