mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Bah humbug! Backporting fixes for the new Brave browser to 0.9.56.
Merry Christmas to all!
This commit is contained in:
parent
39ef880dd2
commit
4f81884fea
2 changed files with 30 additions and 0 deletions
6
etc-fixes/0.9.56/brave-browser.profile
Normal file
6
etc-fixes/0.9.56/brave-browser.profile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Firejail profile alias for brave
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
# Redirect
|
||||
include /etc/firejail/brave.profile
|
||||
24
etc-fixes/0.9.56/brave.profile
Normal file
24
etc-fixes/0.9.56/brave.profile
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue