summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
-rw-r--r--profiles/openxcom.profile15
2 files changed, 17 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3085744..6cb3398 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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