diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 15:04:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-03-15 15:04:50 -0700 |
commit | 10e27df9e93ff2011d2932bd11e1519c208cb55e (patch) | |
tree | f5797f32ba8655ba68060f6ddcd8bde96881bc8a | |
parent | Add hardened mallow to newsboat, rtv, w3m (diff) | |
download | firejail-profiles-10e27df9e93ff2011d2932bd11e1519c208cb55e.tar.xz |
Added profile for openxcom
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | profiles/openxcom.profile | 15 |
2 files changed, 17 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=firejail-profiles pkgver=20200315 -pkgrel=1 +pkgrel=2 pkgdesc="Additional firejail profiles and locals" arch=('any') url="https://library.iserlohn-fortress.net/jc_gargma" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('9dd0f20c654180070c14a375b570e929722b0bb8fb132968b796ca762a8f7341966967f7c4faf779d9f11ab4ba0ad997390ca9a608a8fdbe553ec6576d2b89d7') +b2sums=('151fd3330cb9e4b52e3c2de294677ef12951cc1c3f50c699c2892208a302a67cf86f9d7de7d67644352f3b42161543ded6dee67cf18c92595c941084e7205d89') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/openxcom.profile b/profiles/openxcom.profile new file mode 100644 index 0000000..08dbcde --- /dev/null +++ b/profiles/openxcom.profile @@ -0,0 +1,15 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include openxcom.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.config/openxcom +noblacklist ${HOME}/.local/share/openxcom + +mkdir ${HOME}/.config/openxcom +mkdir ${HOME}/.local/share/openxcom +whitelist ${HOME}/.config/openxcom +whitelist ${HOME}/.local/share/openxcom + +include generic-game.inc |