summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-10 10:50:46 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-06-10 10:50:46 -0700
commit03602cdda46ce9d90a2c38199c13c108beb943ed (patch)
treee42443cc53edf72c183349d7b482507081641c12
parentchmod 644 (diff)
downloadfirejail-profiles-03602cdda46ce9d90a2c38199c13c108beb943ed.tar.xz
Add profile for Into The Breach
-rw-r--r--PKGBUILD6
-rw-r--r--profiles/into-the-breach.profile21
2 files changed, 24 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 885c06e..a7c870f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net>
pkgname=firejail-profiles
-pkgver=20200516
-pkgrel=2
+pkgver=20200610
+pkgrel=1
pkgdesc="Additional firejail profiles and locals"
arch=('any')
url="https://library.iserlohn-fortress.net/firejail-profiles.git"
license=('GPLv3')
depends=('firejail' 'hardened-malloc')
source=(profiles.tar.gz)
-b2sums=('44198e0868a9cce46f95789fd33044918714dc0c8d1b4cf5abc0eecd9fa0094da80ea2ae1f4b5e61c2bd7223fb364071a3b0125d9a549fb3afaf2edd5378d1fe')
+b2sums=('3b7e519b6f9ee158bfcb77a8a19a6864a122c036d845f22a1735186290124ed9dfde58cbf8e649a6b8f9c0e1d9e426ecfebace94d67dd83e6ad1939798735925')
package() {
install --directory ${pkgdir}/etc/firejail
diff --git a/profiles/into-the-breach.profile b/profiles/into-the-breach.profile
new file mode 100644
index 0000000..aacbfeb
--- /dev/null
+++ b/profiles/into-the-breach.profile
@@ -0,0 +1,21 @@
+# This file is overwritten after every install/update
+# Persistent local customizations
+include into-the-breach.local
+# Persistent global definitions
+include globals.local
+
+noblacklist ${HOME}/.local/share/IntoTheBreach
+
+mkdir ${HOME}/.local/share/IntoTheBreach
+whitelist ${HOME}/.local/share/IntoTheBreach
+whitelist ${HOME}/games/Into The Breach
+read-only ${HOME}/games/Into The Breach
+
+protocol unix,netlink
+seccomp !name_to_handle_at
+
+ignore memory-deny-write-execute
+
+ignore noexec ${HOME}
+
+include generic-game.inc