Skip to content

Commit

Permalink
Limit the filesystem to download folder only
Browse files Browse the repository at this point in the history
* Change the "--filesystem" flag from "home" to "xdg-download".
  That means Signal can only access the XDG Download folder of the
  user instead of full access to home folder.

* Resolve flathub#153.
  • Loading branch information
yookoala committed Oct 6, 2020
1 parent aa106ec commit a73d6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org.signal.Signal.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"--device=all",
"--nodevice=kvm",
"--nodevice=shm",
"--filesystem=home",
"--filesystem=xdg-download",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.StatusNotifierWatcher",
"--own-name=org.kde.StatusNotifierItem-2-1"
Expand Down Expand Up @@ -70,4 +70,4 @@
]
}
]
}
}

0 comments on commit a73d6f0

Please sign in to comment.