Flatpak: Don't request host filesystem access
Mirage is able to use portals for picking files to send, so requesting access to the entire host filesystem is not necessary.
This commit is contained in:
parent
9a4ababd9a
commit
28b6cdb3f2
|
@ -11,7 +11,6 @@ finish-args:
|
|||
- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --device=dri
|
||||
- --filesystem=host
|
||||
- --talk-name=org.freedesktop.Notifications
|
||||
|
||||
rename-icon: mirage
|
||||
|
|
|
@ -10,7 +10,6 @@ finish-args:
|
|||
- --socket=wayland
|
||||
- --socket=pulseaudio
|
||||
- --device=dri
|
||||
- --filesystem=host
|
||||
- --talk-name=org.freedesktop.Notifications
|
||||
rename-icon: mirage
|
||||
rename-desktop-file: mirage.desktop
|
||||
|
|
Loading…
Reference in New Issue
Block a user