diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 19:45:31 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-04 19:45:31 +0900 |
| commit | d909b1190ac0e9a357998dd800405bc9bc41f49c (patch) | |
| tree | 9c8af9666747b00b1105b6ac3b9e5e97abe3980b /internal/app | |
| parent | cfd05b10f17388fcc088c28e4a5fdd70a6182b44 (diff) | |
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 <cat@ophivana.moe>
Diffstat (limited to 'internal/app')
| -rw-r--r-- | internal/app/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/config.go b/internal/app/config.go index 6a25d833..da3f5168 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 |
