How can I exclude a path in flatseal?

For example, if I have an app, and I wanna give it a permission like:
/home/USERNAME/data:rw

but also exclude the path to the a folder inside data, how do I do that?

put an ! infront of the path in flatseal or use flatpak override 'application id' --nosystem=path

2 Likes

Thanks!

1 Like