From e8dd0fb0cffe67e8497db423eb088faa6fac6196 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 5 Feb 2021 09:26:49 -0800 Subject: Updated dolphin-emu.profile to .local --- PKGBUILD | 4 ++-- profiles/dolphin-emu.local | 13 +++++++++++++ profiles/dolphin-emu.profile | 30 ------------------------------ 3 files changed, 15 insertions(+), 32 deletions(-) create mode 100644 profiles/dolphin-emu.local delete mode 100644 profiles/dolphin-emu.profile diff --git a/PKGBUILD b/PKGBUILD index 5f844b9..f353e81 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20210105 +pkgver=20210205 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=('c7e44f8a74770fa419a053343fb96c1411e0294b0892761e5b16c66fa28e555c32bc34bf4cea9d67cf80d5f2cf7f3c0190ef88be89f88f99b0e4ddc5531ae929') +b2sums=('2c96349db638a70c17b03eb93176e58e35a87d32b5a9bade8d5fedd92761c2d689da5576bbf53c02e6d56e7ad2482e10c967104515a47553e26989e5aab6ae83') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/dolphin-emu.local b/profiles/dolphin-emu.local new file mode 100644 index 0000000..9972519 --- /dev/null +++ b/profiles/dolphin-emu.local @@ -0,0 +1,13 @@ +noblacklist ${HOME}/games/Emulators/GCNGAMES + +whitelist ${HOME}/games/Emulators/GCNGAMES +read-only ${HOME}/games/Emulators/GCNGAMES + +# machine-id, obs, and alsa don't get along +#ignore machine-id + +protocol unix,netlink +seccomp !name_to_handle_at + +# private-dev breaks joysticks +#ignore private-dev diff --git a/profiles/dolphin-emu.profile b/profiles/dolphin-emu.profile deleted file mode 100644 index 74ba6c3..0000000 --- a/profiles/dolphin-emu.profile +++ /dev/null @@ -1,30 +0,0 @@ -# This file is overwritten after every install/update -# Persistent local customizations -include dolphin-emu.local -# Persistent global definitions -include globals.local - -noblacklist ${HOME}/.config/dolphin-emu -noblacklist ${HOME}/.local/share/dolphin-emu -noblacklist ${HOME}/games/Emulators/GCNGAMES - -mkdir ${HOME}/.config/dolphin-emu -mkdir ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/.config/dolphin-emu -whitelist ${HOME}/.local/share/dolphin-emu -whitelist ${HOME}/games/Emulators/GCNGAMES -read-only ${HOME}/games/Emulators/GCNGAMES -include whitelist-common.inc - -# machine-id, obs, and alsa don't get along -#ignore machine-id - -protocol unix,netlink -seccomp !name_to_handle_at - -# private-dev breaks joysticks -ignore private-dev - -ignore memory-deny-write-execute - -include generic-game.inc -- cgit v1.2.1