Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Brave"
Jump to navigation
Jump to search
m (patch known working terminal commands in) |
m (Added the Brave Browser logo. Merely visual reasons. Proper license added in the file's desc.) |
||
Line 5: | Line 5: | ||
|Homepage=https://brave.com/ | |Homepage=https://brave.com/ | ||
}} | }} | ||
[[File:Brave Browser Icon.png|200px|thumb|left|Brave Browser Logo]] | |||
Brave is a web browser based on chromium that claims to be faster and safer by blocking tracking scripts and ads. | Brave is a web browser based on chromium that claims to be faster and safer by blocking tracking scripts and ads. |
Latest revision as of 13:36, April 25, 2020
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.