Created
December 25, 2018 17:02
-
-
Save Fred-Barclay/bba11e1e1ec36a89e03bd792e325ea69 to your computer and use it in GitHub Desktop.
New brave profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Firejail profile for brave | |
# This file is overwritten after every install/update | |
# Description: Web browser that blocks ads and trackers by default. | |
# Persistent local customizations | |
include brave.local | |
# Persistent global definitions | |
include globals.local | |
noblacklist ${HOME}/.config/brave | |
noblacklist ${HOME}/.config/BraveSoftware | |
# brave uses gpg for built-in password manager | |
noblacklist ${HOME}/.gnupg | |
mkdir ${HOME}/.config/brave | |
mkdir ${HOME}/.config/BraveSoftware | |
whitelist ${HOME}/.config/brave | |
whitelist ${HOME}/.config/BraveSoftware | |
whitelist ${HOME}/.gnupg | |
# noexec /tmp is included in chromium-common.profile and breaks Brave | |
ignore noexec /tmp | |
# Redirect | |
include /etc/firejail/chromium-common.profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment