mirror of
https://github.com/netblue30/firejail.git
synced 2026-07-12 04:17:15 -06:00
Fixes for brave browser
This commit is contained in:
parent
dff51978ed
commit
a41b2019e9
4 changed files with 8 additions and 0 deletions
2
etc/brave-browser.profile
Normal file
2
etc/brave-browser.profile
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Redirect to firejail profile for brave
|
||||
include brave.profile
|
||||
|
|
@ -1,16 +1,20 @@
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -51,6 +51,7 @@ blacklist ${HOME}/.config/Audaciousrc
|
|||
blacklist ${HOME}/.config/Authenticator
|
||||
blacklist ${HOME}/.config/Beaker Browser
|
||||
blacklist ${HOME}/.config/Brackets
|
||||
blacklist ${HOME}/.config/BraveSoftware
|
||||
blacklist ${HOME}/.config/Clementine
|
||||
blacklist ${HOME}/.config/Code
|
||||
blacklist ${HOME}/.config/Code Industry
|
||||
|
|
|
|||
|
|
@ -64,6 +64,7 @@ bnox
|
|||
brackets
|
||||
brasero
|
||||
brave
|
||||
brave-browser
|
||||
calibre
|
||||
calligra
|
||||
calligraauthor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue