mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 18:22:15 +00:00
add chromium firejail profile
This commit is contained in:
parent
162275436c
commit
be9c3a479a
2 changed files with 12 additions and 0 deletions
6
roles/browsers/files/firejail/chromium.profile
Normal file
6
roles/browsers/files/firejail/chromium.profile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
include /usr/local/etc/firejail/disable-more.inc
|
||||
include /etc/firejail/chromium.profile
|
||||
|
||||
# Note that localtime should be added to private-etc if you wish Chromium to be
|
||||
# able to determine you timezone.
|
||||
private-etc passwd,group,hostname,hosts,nsswitch.conf,resolv.conf,gtk-2.0,gtk-3.0,fonts,mime.types,asound.conf,pulse
|
||||
|
|
@ -34,6 +34,12 @@
|
|||
- chromium
|
||||
- firejail
|
||||
|
||||
- name: Push Chromium firejail profile
|
||||
copy: src=firejail/chromium.profile dest=/usr/local/etc/firejail/chromium.profile
|
||||
tags:
|
||||
- chromium
|
||||
- firejail
|
||||
|
||||
- name: Install Chromium Pepper Flash
|
||||
aur: name=chromium-pepper-flash user={{ user.name }}
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue