Skip to content

Commit

Permalink
Reduce file access, add StatusNotifierWatcher for KDE
Browse files Browse the repository at this point in the history
Closes flathub#19 , improves security.

Possibility of closing flathub#13, needs testing
  • Loading branch information
fourstepper authored Jan 3, 2021
1 parent ad07a2a commit d9e0bb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion com.mattermost.Desktop.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,14 @@
"--socket=pulseaudio",
"--share=network",
"--device=dri",
"--filesystem=home",
"--filesystem=xdg-documents:ro",
"--filesystem=xdg-pictures:ro",
"--filesystem=xdg-music:ro",
"--filesystem=xdg-videos:ro",
"--filesystem=xdg-download",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=com.canonical.AppMenu.Registrar"
"--talk-name=org.kde.StatusNotifierWatcher",
],
"modules": [
{
Expand Down

0 comments on commit d9e0bb1

Please sign in to comment.