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
a3aea60
Compare
|
A few notes:
|
|
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? |
Good point. I forgot about this update checker.
IMHO, if access to
Mostly Principle of Least Privilege. |