aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-06-14 15:56:35 +0000
committerLibravatar glitsj16 <glitsj16@users.noreply.github.com>2022-06-16 20:44:01 +0000
commit1558037d40fa809e188a4879dac1127a8459874c (patch)
tree52690dd76868a0e7ca8e3a8e922b1250527d9d78
parentupdate_deb.sh: remove cgroup-related code (diff)
downloadfirejail-1558037d40fa809e188a4879dac1127a8459874c.tar.gz
firejail-1558037d40fa809e188a4879dac1127a8459874c.tar.zst
firejail-1558037d40fa809e188a4879dac1127a8459874c.zip
fix artha and add dbus-user filtering
-rw-r--r--etc/profile-a-l/artha.profile8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/profile-a-l/artha.profile b/etc/profile-a-l/artha.profile
index 254f3f571..a1ffec607 100644
--- a/etc/profile-a-l/artha.profile
+++ b/etc/profile-a-l/artha.profile
@@ -10,7 +10,6 @@ noblacklist ${HOME}/.config/artha.conf
10noblacklist ${HOME}/.config/artha.log 10noblacklist ${HOME}/.config/artha.log
11noblacklist ${HOME}/.config/enchant 11noblacklist ${HOME}/.config/enchant
12 12
13blacklist /tmp/.X11-unix
14blacklist ${RUNUSER}/wayland-* 13blacklist ${RUNUSER}/wayland-*
15 14
16include disable-common.inc 15include disable-common.inc
@@ -60,7 +59,10 @@ private-etc alternatives,fonts,ld.so.cache,ld.so.preload,machine-id
60private-lib libnotify.so.* 59private-lib libnotify.so.*
61private-tmp 60private-tmp
62 61
63# dbus-user none 62dbus-user filter
64# dbus-system none 63dbus-user.own org.artha.unique.*
64dbus-user.talk org.freedesktop.Notifications
65?ALLOW_TRAY: dbus-user.talk org.kde.StatusNotifierWatcher
66dbus-system none
65 67
66memory-deny-write-execute 68memory-deny-write-execute