I just did this hack for Ubuntu and it works:
https://www.computernetworkingnotes.com ... linux.html
To run Chrome as root, open the file /opt/google/chrome/google-chrome for editing.
open configuration file for editing
Append the following configuration values in the last line of the file.
After editing, last line should look like the following line.Code: Select all
--user-data-dir --test-type --no-sandbox
Code: Select all
exec -a "$0" "$HERE/chrome" "$@"--user-data-dir --test-type --no-sandbox