mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
add google-chrome-unstable.profile
This commit is contained in:
parent
69c2dacb30
commit
c128d90100
4 changed files with 7 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/google-chrome.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/google-chrome-stable.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/google-chrome-beta.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/google-chrome-unstable.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/disable-mgmt.inc $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/disable-secret.inc $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
install -c -m 0644 .etc/disable-common.inc $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
noblacklist ${HOME}/.config/chromium
|
||||
noblacklist ${HOME}/.config/google-chrome
|
||||
noblacklist ${HOME}/.config/google-chrome-beta
|
||||
noblacklist ${HOME}/.config/google-chrome-unstable
|
||||
include /etc/firejail/disable-mgmt.inc
|
||||
include /etc/firejail/disable-secret.inc
|
||||
include /etc/firejail/disable-common.inc
|
||||
|
|
@ -15,5 +16,6 @@ whitelist ${DOWNLOADS}
|
|||
whitelist ~/.config/chromium
|
||||
whitelist ~/.config/google-chrome
|
||||
whitelist ~/.config/google-chrome-beta
|
||||
whitelist ~/.config/google-chrome-unstable
|
||||
include /etc/firejail/whitelist-common.inc
|
||||
|
||||
|
|
|
|||
3
etc/google-chrome-unstable.profile
Normal file
3
etc/google-chrome-unstable.profile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Chromium browser profile
|
||||
include /etc/firejail/chromium.profile
|
||||
|
||||
|
|
@ -5,6 +5,7 @@
|
|||
/etc/firejail/google-chrome.profile
|
||||
/etc/firejail/google-chrome-stable.profile
|
||||
/etc/firejail/google-chrome-beta.profile
|
||||
/etc/firejail/google-chrome-unstable.profile
|
||||
/etc/firejail/midori.profile
|
||||
/etc/firejail/icedove.profile
|
||||
/etc/firejail/iceweasel.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue