Uh oh!
There was an error while loading. Please reload this page.
flatpak: Tighten sandbox - #1776
Conversation
MateusRodCosta
commented
Jul 10, 2026
- Remove network permission
- Add ipc permission
- Replace broad devices permission with only dri and input permissions
- Make filesystem permissions read-only (:ro)
- Remove network permission - Add ipc permission - Replace broad devices permission with only dri and input permissions - Make filesystem permissions read-only (:ro)
5a1524b to
a3aea60CompareMateusRodCosta
commented
Jul 10, 2026
A few notes:
|
blueskythlikesclouds
commented
Jul 10, 2026
Network permission is required for update checker. File system writing is required for writing save and config files to user folder. What exactly is the benefit of this tightening? |
MateusRodCosta
commented
Jul 10, 2026
Good point. I forgot about this update checker.
IMHO, if access to
Mostly Principle of Least Privilege. |