Skip to content

Instantly share code, notes, and snippets.

@Fred-Barclay
Created December 25, 2018 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Fred-Barclay/bba11e1e1ec36a89e03bd792e325ea69 to your computer and use it in GitHub Desktop.
Save Fred-Barclay/bba11e1e1ec36a89e03bd792e325ea69 to your computer and use it in GitHub Desktop.
New brave profile
# 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