From 80d35f1a23beb2015dc5440be62fa447c4c372ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sun, 26 Jul 2020 19:22:53 -0700 Subject: Fix mgba on amdgpu graphics --- PKGBUILD | 4 ++-- profiles/mgba.profile | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 4c24fb8..a4022c0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: jc_gargma pkgname=firejail-profiles -pkgver=20200706 +pkgver=20200726 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=('e206beda07e8651c2e8a1bafb6227418a6648423d647daae2e22c917fb335369eabe061acd12e6d7d24957f35b7c408551f44fe83ae37646276bbcfd80fba7ab') +b2sums=('f416b2ae0a7b9e3fad0175672b33810c1793f09a5638f170b5ccf2b7962d5cdbfccc3a21d83da42d68051a2b1e006bb6acedf415b9d2294f19e172cf52242c77') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/mgba.profile b/profiles/mgba.profile index 178eb5e..6a2fd69 100644 --- a/profiles/mgba.profile +++ b/profiles/mgba.profile @@ -16,7 +16,9 @@ whitelist ${HOME}/games/Emulators/GBAGAMES read-only ${HOME}/games/Emulators/GBAGAMES include whitelist-common.inc -seccomp !name_to_handle_at +# name_to_handle_at required for kde file manager +# kcmp required for amdgpu +seccomp !name_to_handle_at,!kcmp # private-dev breaks joysticks ignore private-dev -- cgit v1.2.1