aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/kube.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2024-05-20 05:06:41 +0000
committerLibravatar GitHub <noreply@github.com>2024-05-20 05:06:41 +0000
commitea104190df032d58ef564313fb97d5298104ec15 (patch)
tree3e27178b9d85e7123a2eae2aaf01464bc3f50e7d /etc/profile-a-l/kube.profile
parentprofiles: yelp: add Firefox URL open support (#6349) (diff)
downloadfirejail-ea104190df032d58ef564313fb97d5298104ec15.tar.gz
firejail-ea104190df032d58ef564313fb97d5298104ec15.tar.zst
firejail-ea104190df032d58ef564313fb97d5298104ec15.zip
profiles: streamline Firefox URL opening support (#6348)
Changes: * Improve Firefox D-Bus comment * Add missing/standardize related comments * Include allow-bin-sh.inc in relevant profiles * Use Firefox URL open section in relevant profiles
Diffstat (limited to 'etc/profile-a-l/kube.profile')
-rw-r--r--etc/profile-a-l/kube.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/profile-a-l/kube.profile b/etc/profile-a-l/kube.profile
index 1f8757edb..79b286e58 100644
--- a/etc/profile-a-l/kube.profile
+++ b/etc/profile-a-l/kube.profile
@@ -13,6 +13,9 @@ noblacklist ${HOME}/.gnupg
13noblacklist ${HOME}/.local/share/kube 13noblacklist ${HOME}/.local/share/kube
14noblacklist ${HOME}/.local/share/sink 14noblacklist ${HOME}/.local/share/sink
15 15
16# sh is needed to allow Firefox to open links
17include allow-bin-sh.inc
18
16include disable-common.inc 19include disable-common.inc
17include disable-devel.inc 20include disable-devel.inc
18include disable-exec.inc 21include disable-exec.inc
@@ -78,7 +81,7 @@ dbus-user filter
78dbus-user.talk ca.desrt.dconf 81dbus-user.talk ca.desrt.dconf
79dbus-user.talk org.freedesktop.secrets 82dbus-user.talk org.freedesktop.secrets
80dbus-user.talk org.freedesktop.Notifications 83dbus-user.talk org.freedesktop.Notifications
81# allow D-Bus communication with firefox for opening links 84# Allow D-Bus communication with Firefox for opening links
82dbus-user.talk org.mozilla.* 85dbus-user.talk org.mozilla.*
83dbus-system none 86dbus-system none
84 87