From b478e5757a818f85aad31d6e1cc86d04cfb976a6 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 5 Jan 2021 10:46:55 -0800 Subject: Added profiles for nexus the jupiter incident and battlestar galactica deadlock --- PKGBUILD | 4 ++-- profiles/battlestar-galactica-deadlock.profile | 19 +++++++++++++++++++ profiles/nexus-the-jupiter-incident.profile | 14 ++++++++++++++ 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 profiles/battlestar-galactica-deadlock.profile create mode 100644 profiles/nexus-the-jupiter-incident.profile diff --git a/PKGBUILD b/PKGBUILD index 309701e..5f844b9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20201212 +pkgver=20210105 pkgrel=1 pkgdesc="Additional firejail profiles and locals" arch=('any') @@ -9,7 +9,7 @@ url="https://library.iserlohn-fortress.net/firejail-profiles.git" license=('GPLv3') depends=('firejail' 'hardened-malloc') source=(profiles.tar.gz) -b2sums=('b6c973d8b55e9309894cbb2936d32e153b75dd1e70169c1a00f01ec48996ba0021370dccaeebe077cbe7ea40d720eee1bfaf1e78473c88860fa376ed9debdbf8') +b2sums=('c7e44f8a74770fa419a053343fb96c1411e0294b0892761e5b16c66fa28e555c32bc34bf4cea9d67cf80d5f2cf7f3c0190ef88be89f88f99b0e4ddc5531ae929') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/battlestar-galactica-deadlock.profile b/profiles/battlestar-galactica-deadlock.profile new file mode 100644 index 0000000..287adba --- /dev/null +++ b/profiles/battlestar-galactica-deadlock.profile @@ -0,0 +1,19 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include battlestar-galactica-deadlock.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/BattlestarGalacticaDeadlock +whitelist ${HOME}/.local/share/wineprefixes/BattlestarGalacticaDeadlock + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +ignore noexec ${HOME} + +include generic-wine-game.inc diff --git a/profiles/nexus-the-jupiter-incident.profile b/profiles/nexus-the-jupiter-incident.profile new file mode 100644 index 0000000..430ec1a --- /dev/null +++ b/profiles/nexus-the-jupiter-incident.profile @@ -0,0 +1,14 @@ +# This file is overwritten after every install/update +# Persistent local customizations +include nexus-the-jupiter-incident.local +# Persistent global definitions +include globals.local + +noblacklist ${HOME}/.local/share/wineprefixes/Nexus +whitelist ${HOME}/.local/share/wineprefixes/Nexus + +seccomp !name_to_handle_at + +ignore memory-deny-write-execute + +include generic-wine-game.inc -- cgit v1.2.1