flathub / eu.betterbird.Betterbird

https://flathub.org/apps/details/eu.betterbird.Betterbird
6 stars 0 forks source link

Does it actually need non-home filesystem access? #114

Closed boredsquirrel closed 10 months ago

boredsquirrel commented 10 months ago

I see Thunderbird and Betterbird having this access

    "--filesystem=/usr/mail",
    "--filesystem=/usr/spool/mail",

I dont know things about mail, but are these actually used? /usr is read-only on ostree filesystems and it works normally anyways

Erick555 commented 10 months ago

The --filesystem=/usr/... do nothing at all in flatpak. The /usr in sandbox comes from flatpak runtime not host.

mfschumann commented 10 months ago

116 removes the permissions that didn't work anyway, as Erick555 correctly pointed out.