aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/flameshot.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-12 08:52:06 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-12 08:52:06 +0200
commit2ae7295f1a8d24217ccbf0fef149df0042969b56 (patch)
tree7befb3efffa6e3d2b91e2d6640cff781d90c905d /etc/profile-a-l/flameshot.profile
parentMerge pull request #4180 from jose1711/readme_typo (diff)
downloadfirejail-2ae7295f1a8d24217ccbf0fef149df0042969b56.tar.gz
firejail-2ae7295f1a8d24217ccbf0fef149df0042969b56.tar.zst
firejail-2ae7295f1a8d24217ccbf0fef149df0042969b56.zip
profile fixes
discord-canary.profile: fix #4175 flameshot.profile: - private-tmp break flameshot (wayland only?) - Screengrabbing (under wayland) is done via dbus, the following names must be allowed: - GNOME: org.gnome.Shell - KDE: org.kde.KWin - Sway: org.freedesktop.portal.Desktop - Allow notifications and tray too, because org.gnome.Shell (for example) is already totaly unsafe. mumble.profile: fix #4181
Diffstat (limited to 'etc/profile-a-l/flameshot.profile')
-rw-r--r--etc/profile-a-l/flameshot.profile8
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/profile-a-l/flameshot.profile b/etc/profile-a-l/flameshot.profile
index 851a7c747..d1c18e690 100644
--- a/etc/profile-a-l/flameshot.profile
+++ b/etc/profile-a-l/flameshot.profile
@@ -54,9 +54,15 @@ private-bin flameshot
54private-cache 54private-cache
55private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.conf,machine-id,pki,resolv.conf,ssl 55private-etc alternatives,ca-certificates,crypto-policies,fonts,ld.so.conf,machine-id,pki,resolv.conf,ssl
56private-dev 56private-dev
57private-tmp 57#private-tmp
58 58
59dbus-user filter 59dbus-user filter
60dbus-user.own org.dharkael.Flameshot 60dbus-user.own org.dharkael.Flameshot
61dbus-user.own org.flameshot.Flameshot 61dbus-user.own org.flameshot.Flameshot
62dbus-user.talk org.freedesktop.Notifications
63dbus-user.talk org.freedesktop.portal.Desktop
64dbus-user.talk org.gnome.Shell
65dbus-user.talk org.kde.KWin
66dbus-user.talk org.kde.StatusNotifierWatcher
67dbus-user.own org.kde.*
62dbus-system none 68dbus-system none