From 53391b8217ed1e6105c25f640c5ce27a04a06f53 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 14 Jan 2025 13:41:06 +0100 Subject: [PATCH] Add NET capabilities --- netalertx/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/netalertx/config.json b/netalertx/config.json index 85f011621..e456d4494 100644 --- a/netalertx/config.json +++ b/netalertx/config.json @@ -35,7 +35,9 @@ }, "privileged": [ "SYS_ADMIN", - "DAC_READ_SEARCH" + "DAC_READ_SEARCH", + "NET_ADMIN", + "NET_RAW" ], "schema": { "TZ": "str?"