vixalien / decibels

Play audio files
https://gitlab.gnome.org/vixalien/decibels
GNU General Public License v3.0
52 stars 17 forks source link

Unneded filesystem sandbox holes for home and music #68

Open A6GibKm opened 6 months ago

A6GibKm commented 6 months ago

The permissions

    "--filesystem=xdg-download:ro",
    "--filesystem=xdg-music:ro",

are not needed, the app uses the file chooser portal which grants access to whatever file in the host as long as the DE supports the portal.

I see https://github.com/vixalien/decibels/issues/24 and https://github.com/vixalien/decibels/issues/25 were fixed by this, but I am not convinced.