diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:26:30 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:26:30 +0100 |
| commit | b07820d4708b1dc0f08023828d47e12cf98df92a (patch) | |
| tree | 12ca1b927a72d182d26f06b3b0266fafc1056238 /.config/firejail | |
| parent | fc6c5e2e4fe3bd7121ea28b47cbeef410d4c0ec5 (diff) | |
firejail/electron: allow filtered access to dbus
NOTE: this requires relaxing the profile under /etc/firejail/electron.profile
Diffstat (limited to '.config/firejail')
| -rw-r--r-- | .config/firejail/electron.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/firejail/electron.local b/.config/firejail/electron.local index 6d7ce5c..9218813 100644 --- a/.config/firejail/electron.local +++ b/.config/firejail/electron.local @@ -1 +1,5 @@ include x11fy.inc + +dbus-user filter +dbus-user.talk org.freedesktop.Notifications +dbus-user.talk org.freedesktop.portal.* |