Package:Brave

From Funtoo
Revision as of 17:04, April 19, 2020 by Pnoecker (talk | contribs) (patch known working terminal commands in)
Jump to navigation Jump to search

Brave

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.


Brave is a web browser based on chromium that claims to be faster and safer by blocking tracking scripts and ads.

At the moment, Funtoo only ships brave as binary.

root # emerge www-client/brave-bin

If Brave does not start and shows an error about sandboxing, you may need to enable userns in your kernel.

root # root # echo 1 > /proc/sys/kernel/unprivileged_userns_clone
root # root # echo 'kernel.unprivileged_userns_clone=1' > /etc/sysctl.d/unprivileged_userns_clone.conf

To do so, you can append the following line into /etc/sysctl.conf:

   /etc/sysctl.conf
kernel.unprivileged_userns_clone = 1

and run sysctl -p.

Running brave with the --no-sandbox flag is not recommended for security reasons.