add chromium firejail profile

This commit is contained in:
Pig Monkey 2016-04-02 10:17:16 -07:00
parent 162275436c
commit be9c3a479a
2 changed files with 12 additions and 0 deletions

View 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

View file

@ -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: