From aef789b8dd88fd2f3c34404b90a2bcf26cfad673 Mon Sep 17 00:00:00 2001 From: Quentin Vallin Date: Fri, 26 May 2023 16:23:48 -0400 Subject: [PATCH] feat: remove SELinux wireguard warning since issue is fixed --- modules/ROOT/pages/sysconfig-configure-wireguard.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ROOT/pages/sysconfig-configure-wireguard.adoc b/modules/ROOT/pages/sysconfig-configure-wireguard.adoc index 41527674..b76069d7 100644 --- a/modules/ROOT/pages/sysconfig-configure-wireguard.adoc +++ b/modules/ROOT/pages/sysconfig-configure-wireguard.adoc @@ -1,7 +1,5 @@ = Configuring FCOS to use WireGuard -WARNING: Some examples in this page may not work properly. An issue with WireGuard SELinux isolation breaks Pre/Post actions in the WireGuard configuration for recent releases of Fedora Coreos. You can check the progress of this issue on the https://github.com/coreos/fedora-coreos-tracker/issues/1487[issue tracker]. - == Introduction https://www.wireguard.com/[WireGuard] is a novel VPN that runs inside the Linux Kernel and uses state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP.