app/config: UseRealUID as true in template
test / test (push) Successful in 24s
Details
test / test (push) Successful in 24s
Details
The template is based on a Chromium setup, which this workaround was created for. Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
parent
cfd05b10f1
commit
d909b1190a
|
@ -143,6 +143,7 @@ func Template() *Config {
|
||||||
UserNS: true,
|
UserNS: true,
|
||||||
Net: true,
|
Net: true,
|
||||||
NoNewSession: true,
|
NoNewSession: true,
|
||||||
|
UseRealUID: true,
|
||||||
Wayland: false,
|
Wayland: false,
|
||||||
// example API credentials pulled from Google Chrome
|
// example API credentials pulled from Google Chrome
|
||||||
// DO NOT USE THESE IN A REAL BROWSER
|
// DO NOT USE THESE IN A REAL BROWSER
|
||||||
|
|
Loading…
Reference in New Issue