mirror of
https://github.com/pigmonkey/spark.git
synced 2026-08-04 21:44:06 +00:00
jail gimp
This commit is contained in:
parent
fcea7efef0
commit
5c0de5ce5c
5 changed files with 25 additions and 0 deletions
|
|
@ -3,3 +3,4 @@ dependencies:
|
|||
- { role: networkmanager }
|
||||
- { role: systemd }
|
||||
- { role: cron }
|
||||
- { role: firejail }
|
||||
|
|
|
|||
|
|
@ -4,6 +4,13 @@
|
|||
tags:
|
||||
- aur
|
||||
|
||||
- name: Jail mutt
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/mutt
|
||||
state=link
|
||||
tags:
|
||||
- firejail
|
||||
|
||||
- name: Install urlview
|
||||
aur: name=urlview user={{ user.name }}
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -3,3 +3,4 @@ dependencies:
|
|||
- { role: base }
|
||||
- { role: x }
|
||||
- { role: fonts }
|
||||
- { role: firejail }
|
||||
|
|
|
|||
|
|
@ -3,3 +3,11 @@
|
|||
pacman: name=feh state=present
|
||||
tags:
|
||||
- feh
|
||||
|
||||
- name: Jail feh
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/feh
|
||||
state=link
|
||||
tags:
|
||||
- feh
|
||||
- firejail
|
||||
|
|
|
|||
|
|
@ -9,6 +9,14 @@
|
|||
tags:
|
||||
- gimp
|
||||
|
||||
- name: Jail GIMP
|
||||
file: src=/usr/bin/firejail
|
||||
dest=/usr/local/bin/gimp
|
||||
state=link
|
||||
tags:
|
||||
- gimp
|
||||
- firejail
|
||||
|
||||
- name: Install GIMP raw support
|
||||
pacman: name=gimp-ufraw state=present
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue