mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
Add brave redirect profiles (#3088)
* Add more brave redirects to firecfg.config These redirects are found on Debian/Ubuntu when enabling the official Brave repositories cfr. https://brave-browser.readthedocs.io/en/latest/installing-brave.html#linux * Create brave-browser-beta.profile * Create brave-browser-dev.profile * Create brave-browser-nightly.profile * Create brave-browser-stable.profile
This commit is contained in:
parent
2ac28c3001
commit
99dbf08f6c
5 changed files with 24 additions and 0 deletions
5
etc/brave-browser-beta.profile
Normal file
5
etc/brave-browser-beta.profile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Firejail profile alias for brave (beta channel)
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
# Redirect
|
||||
include brave.profile
|
||||
5
etc/brave-browser-dev.profile
Normal file
5
etc/brave-browser-dev.profile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Firejail profile alias for brave (development channel)
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
# Redirect
|
||||
include brave.profile
|
||||
5
etc/brave-browser-nightly.profile
Normal file
5
etc/brave-browser-nightly.profile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Firejail profile alias for brave (nightly channel)
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
# Redirect
|
||||
include brave.profile
|
||||
5
etc/brave-browser-stable.profile
Normal file
5
etc/brave-browser-stable.profile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Firejail profile alias for brave (release channel)
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
# Redirect
|
||||
include brave.profile
|
||||
|
|
@ -83,6 +83,10 @@ brackets
|
|||
brasero
|
||||
brave
|
||||
brave-browser
|
||||
brave-browser-beta
|
||||
brave-browser-dev
|
||||
brave-browser-nightly
|
||||
brave-browser-stable
|
||||
bunzip2
|
||||
bzcat
|
||||
bzflag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue