From c1d835922541bcbb7ab88a8e3b9a80a3913a351d Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Fri, 22 Jul 2022 14:51:50 +0200 Subject: Error out if both remap-usr1 SIGHUP and config stdin are used (closes #1491) OpenVPN for Android uses config stdin to avoid writing the config file containing private keys to 'disk'. However using stdin means that config cannot be reread using SIGHUP. While there might be other corner cases that trigger SIGHUP, this is an obvious one, so we error out if we detect this misconfiguration. --- main/src/main/cpp/openvpn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/src/main/cpp/openvpn b/main/src/main/cpp/openvpn index 6036a5d7..7e5f4107 160000 --- a/main/src/main/cpp/openvpn +++ b/main/src/main/cpp/openvpn @@ -1 +1 @@ -Subproject commit 6036a5d74a7afc61466fc388ec6fd20159a3d876 +Subproject commit 7e5f410745eeda7d08d83445429ecd70035b730b -- cgit v1.2.3