diff options
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | profiles/qtox.local | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: jc_gargma <jc_gargma@iserlohn-fortress.net> pkgname=firejail-profiles -pkgver=20201022 +pkgver=20201029 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=('de4eb65a333dac26df0ae2b04ad869d8d552b1902b91c9395826e71734600ef6540ee4665f7fee7c4b517f6cabfb4715ef728be5178352c64618a4004bcd45ad') +b2sums=('40ba4b9683c543b23123b674b706244cdd02ae2b98cbe39d197a38c4d21437b369d3a30074805dc7a1bf35e2f3cc667f955a3127cacbd05f72d12126779cc611') package() { install --directory ${pkgdir}/etc/firejail diff --git a/profiles/qtox.local b/profiles/qtox.local index 8c49e0a..8186bdf 100644 --- a/profiles/qtox.local +++ b/profiles/qtox.local @@ -16,6 +16,10 @@ ignore memory-deny-write-execute private-bin qtox,dbus-launch private-etc asound.conf,fonts,group,ld.so.cache,localtime,machine-id,passwd,pulse,resolv.conf +# nodbus breaks qtox appearing in the systray +ignore dbus-user none +ignore dbus-system none + # # Use with hardened-malloc package # This breaks qtox on polaris10 amdgpu for some reason env LD_PRELOAD=/usr/lib/libhardened_malloc.so |