From 5f22dc1217d34751fc35d78531d0d9e32ee07cef Mon Sep 17 00:00:00 2001 From: Hanketsu Date: Sat, 1 Feb 2025 14:27:13 +0100 Subject: battering: opensnitchd: Keep original default-config.json * battering/packages/opensnitch.scm (opensnitchd)[arguments]<#:phases>['install-config-file]: Remove substitute* edit of the config file. --- battering/packages/opensnitch.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/battering/packages/opensnitch.scm b/battering/packages/opensnitch.scm index 5b562d0..4a51238 100644 --- a/battering/packages/opensnitch.scm +++ b/battering/packages/opensnitch.scm @@ -220,8 +220,5 @@ Opensnitch to monitor traffic via eBPF rules.") (copy-file "default-config.json" (string-append etc "/default-config.json")) (copy-file "system-fw.json" - (string-append etc "/system-fw.json")) - (substitute* (string-append etc "/default-config.json") - (("(Address.*)," all rest) rest) - (("^.*(LogFile|ProcMonitorMethod).*\n$") "")))))))) + (string-append etc "/system-fw.json")))))))) ((#:install-source? _ #f) #f))))) -- cgit v1.2.3