diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-05 09:26:49 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-05 09:26:49 -0800 |
commit | e8dd0fb0cffe67e8497db423eb088faa6fac6196 (patch) | |
tree | 9cbd3f736e8b5cca5e40cc022bb4d67a9a495599 | |
parent | Add notes for hardened-malloc breakage on aruba (diff) | |
download | firejail-profiles-e8dd0fb0cffe67e8497db423eb088faa6fac6196.tar.xz |
Updated dolphin-emu.profile to .local
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | profiles/dolphin-emu.local | 13 | ||||
-rw-r--r-- | profiles/dolphin-emu.profile | 30 |
3 files changed, 15 insertions, 32 deletions
@@ -1,7 +1,7 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> 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 |