From 03602cdda46ce9d90a2c38199c13c108beb943ed Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 10 Jun 2020 10:50:46 -0700 Subject: Add profile for Into The Breach --- PKGBUILD | 6 +++--- profiles/into-the-breach.profile | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 profiles/into-the-breach.profile diff --git a/PKGBUILD b/PKGBUILD index 885c06e..a7c870f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,15 +1,15 @@ # Maintainer: jc_gargma 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 -- cgit v1.2.1