Thanks V3ga4n!!v3g4n wrote: Thu Jan 31, 2019 8:58 pm I appologize, I have an error in my string above. Below are the correct ones.Next you will have an issue with the sandbox and namespaces. To fix this so that you don't have to run it without sandboxing, you need to enable userns kernel option. Below will temporarily enable itCode: Select all
curl -s https://brave-browser-apt-release.s3.brave.com/brave-core.asc | sudo apt-key --keyring /etc/apt/trusted.gpg.d/brave-browser-release.gpg add - echo "deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stretch main" | sudo tee /etc/apt/sources.list.d/brave-browser-release-stretch.list sudo apt update sudo apt install brave-browser brave-keyring
To permanently enable you wouldCode: Select all
echo 1 > /proc/sys/kernel/unprivileged_userns_clone
https://github.com/brave/browser-laptop/issues/6902Code: Select all
echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/00-local-userns.conf service procps restart
Hope this helps and have fun.![]()
The 1st set of code did the trick for me. When I ran the 2nd set I got "permission denied".
I checked and the Brave icon was there, clicked it, and wah laaaaa.... I can search for guns and steaks!
Thanks!
Glockdoc