diff options
| author | Robert Günzler <r@gnzler.io> | 2022-02-09 00:26:05 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-02-09 00:26:05 +0100 |
| commit | fc6c5e2e4fe3bd7121ea28b47cbeef410d4c0ec5 (patch) | |
| tree | 2b649e468ccb0b4f4854b2e3edd9a74797a64d34 | |
| parent | 3028ccd32642167bbedb87ecb8eb1af6d145a41c (diff) | |
firejail/telegram: make links work
| -rw-r--r-- | .config/firejail/telegram.local | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.config/firejail/telegram.local b/.config/firejail/telegram.local index b53ce68..5917107 100644 --- a/.config/firejail/telegram.local +++ b/.config/firejail/telegram.local @@ -7,11 +7,12 @@ blacklist /usr/share/fonts/noto* ignore dbus-user none dbus-user filter dbus-user.talk org.freedesktop.Notifications -dbus-user.talk org.freedesktop.portal.Desktop +dbus-user.talk org.freedesktop.portal.* dbus-system none -# prevent telegram from opening links with the non-wrapped firefox -blacklist /usr/bin/firefox - whitelist /var/lib/syncthing/Sync whitelist /var/lib/syncthing/Sync/* + +# allow opening links via portal +env PATH=/home/robert/bin:/usr/bin:/bin +ignore noexec ${HOME} |