aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-29 03:18:42 +0000
committerLibravatar bbhtt <62639087+bbhtt@users.noreply.github.com>2020-12-29 03:18:42 +0000
commit7268981f6014ea647619196734c03b729128b07f (patch)
tree9ee833ab1df8f5f02505ec8f7d0839d2c158d41d
parentFix Nheko cache directory (diff)
downloadfirejail-7268981f6014ea647619196734c03b729128b07f.tar.gz
firejail-7268981f6014ea647619196734c03b729128b07f.tar.zst
firejail-7268981f6014ea647619196734c03b729128b07f.zip
Put a comment about dbus rules and comment them
-rw-r--r--etc/profile-m-z/nheko.profile10
-rw-r--r--etc/profile-m-z/spectral.profile8
2 files changed, 11 insertions, 7 deletions
diff --git a/etc/profile-m-z/nheko.profile b/etc/profile-m-z/nheko.profile
index 7a3f59159..42e7e92fc 100644
--- a/etc/profile-m-z/nheko.profile
+++ b/etc/profile-m-z/nheko.profile
@@ -7,7 +7,7 @@ include nheko.local
7include globals.local 7include globals.local
8 8
9noblacklist ${HOME}/.config/nheko 9noblacklist ${HOME}/.config/nheko
10noblacklist ${HOME}/.cache/nheko/nheko 10noblacklist ${HOME}/.cache/nheko
11 11
12include disable-common.inc 12include disable-common.inc
13include disable-devel.inc 13include disable-devel.inc
@@ -48,7 +48,9 @@ private-dev
48private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg 48private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
49private-tmp 49private-tmp
50 50
51dbus-user filter 51dbus-user none
52dbus-user.talk org.freedesktop.Notifications 52# Comment the above line and uncomment below lines for notification popups
53dbus-user.talk org.kde.StatusNotifierWatcher 53# dbus-user filter
54# dbus-user.talk org.freedesktop.Notifications
55# dbus-user.talk org.kde.StatusNotifierWatcher
54dbus-system none 56dbus-system none
diff --git a/etc/profile-m-z/spectral.profile b/etc/profile-m-z/spectral.profile
index 5f8d5de86..093661d8c 100644
--- a/etc/profile-m-z/spectral.profile
+++ b/etc/profile-m-z/spectral.profile
@@ -49,7 +49,9 @@ private-dev
49private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg 49private-etc alsa,alternatives,asound.conf,ca-certificates,crypto-policies,fonts,gtk-2.0,gtk-3.0,host.conf,hostname,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,locale,locale.alias,locale.conf,mime.types,nsswitch.conf,pki,pulse,resolv.conf,selinux,ssl,X11,xdg
50private-tmp 50private-tmp
51 51
52dbus-user filter 52dbus-user none
53dbus-user.talk org.freedesktop.Notifications 53# Comment the above line and uncomment below lines for notification popups
54dbus-user.talk org.kde.StatusNotifierWatcher 54# dbus-user filter
55# dbus-user.talk org.freedesktop.Notifications
56# dbus-user.talk org.kde.StatusNotifierWatcher
55dbus-system none 57dbus-system none