diff options
author | Hanketsu <hanketsu@egregore.fun> | 2025-02-01 14:27:13 +0100 |
---|---|---|
committer | Hanketsu <hanketsu@egregore.fun> | 2025-06-13 00:04:27 +0200 |
commit | 5f22dc1217d34751fc35d78531d0d9e32ee07cef (patch) | |
tree | cedd5a0aeb9493065a6cf7b94d72c7da448c4174 /battering | |
parent | f64ad3dd0855b18dd1dbcb8d22d862114576fca4 (diff) |
battering: opensnitchd: Keep original default-config.json
* battering/packages/opensnitch.scm
(opensnitchd)[arguments]<#:phases>['install-config-file]: Remove substitute*
edit of the config file.
Diffstat (limited to 'battering')
-rw-r--r-- | battering/packages/opensnitch.scm | 5 |
1 files changed, 1 insertions, 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))))) |