From 5f4335042cf40bf4bf18294706cce0b3a2fd5907 Mon Sep 17 00:00:00 2001 From: Thomas Mangin Date: Fri, 29 May 2020 06:37:00 +0100 Subject: airbag: T2088: explicit enabling of the feature airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing) --- src/conf_mode/interfaces-openvpn.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf_mode/interfaces-openvpn.py') diff --git a/src/conf_mode/interfaces-openvpn.py b/src/conf_mode/interfaces-openvpn.py index ea8e1a7c4..bd8a0b6b0 100755 --- a/src/conf_mode/interfaces-openvpn.py +++ b/src/conf_mode/interfaces-openvpn.py @@ -32,6 +32,9 @@ from vyos.util import call, chown, chmod_600, chmod_755 from vyos.validate import is_addr_assigned, is_member, is_ipv4 from vyos import ConfigError +from vyos import airbag +airbag.enable() + user = 'openvpn' group = 'openvpn' -- cgit v1.2.3