From e9db09a459b0cb707bb47e5da4e8a314707c2754 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Fri, 7 Mar 2025 22:47:47 +0100 Subject: [PATCH] Update config.yaml --- newt/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/newt/config.yaml b/newt/config.yaml index d77c2f2..c40977a 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -10,7 +10,9 @@ arch: startup: system boot: auto host_network: true -privileged: true +privileged: + - SYS_ADMIN + - NET_ADMIN options: PANGOLIN_ENDPOINT: "https://example.com" NEWT_ID: "your_newt_id"