mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
add google-chrome-beta.profile
This commit is contained in:
parent
ed08570377
commit
960d2e22f8
3 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ realinstall:
|
|||
install -c -m 0644 .etc/chromium.profile $(DESTDIR)/$(sysconfdir)/firejail/.
|
||||
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/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/.
|
||||
|
|
|
|||
3
etc/google-chrome-beta.profile
Normal file
3
etc/google-chrome-beta.profile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Chromium browser profile
|
||||
include /etc/firejail/chromium.profile
|
||||
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
/etc/firejail/chromium-browser.profile
|
||||
/etc/firejail/google-chrome.profile
|
||||
/etc/firejail/google-chrome-stable.profile
|
||||
/etc/firejail/google-chrome-beta.profile
|
||||
/etc/firejail/midori.profile
|
||||
/etc/firejail/icedove.profile
|
||||
/etc/firejail/iceweasel.profile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue