From d909b1190ac0e9a357998dd800405bc9bc41f49c Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 4 Nov 2024 19:45:31 +0900 Subject: [PATCH] app/config: UseRealUID as true in template The template is based on a Chromium setup, which this workaround was created for. Signed-off-by: Ophestra Umiker --- internal/app/config.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/app/config.go b/internal/app/config.go index 6a25d83..da3f516 100644 --- a/internal/app/config.go +++ b/internal/app/config.go @@ -143,6 +143,7 @@ func Template() *Config { UserNS: true, Net: true, NoNewSession: true, + UseRealUID: true, Wayland: false, // example API credentials pulled from Google Chrome // DO NOT USE THESE IN A REAL BROWSER