(11-08-2024, 02:48 PM)stevef Wrote: Launching Chrome from live media booted system gives an error relating to credentials.
Code:linux > ~ > /usr/bin/google-chrome-stable
[5634:5634:1108/084303.866300:FATAL:credentials.cc(131)] Check failed: . : Permission denied (13)
Trace/breakpoint trap
linux > ~ > SIGTRAP >
As reported by me269 in
https://www.linuxliteos.com/forums/showt...p?tid=9260
Ok, running this command first in a Terminal fixes the issue in the Live environment before starting Chrome:
Code:
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
Can someone please test to confirm.
Will need to test is I can make this stick without any adverse effects.
Seems to affect other Browsers too.