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?
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
Thanks!