I just installed an application that has the bad habit of automatically scanning all my folders for files to edit.
The app has no available options to disable this behavior. I cannot just remove read/list permissions for those files because the app runs with my user permissions, and I still want other applications to be able to access them.
Is there a security mechanism to prevent the application from being able to read some folders? I tried using apparmor, but since it is "default deny" there doesn't seem to be a way to say "allow the app to do everything it wants EXCEPT access these files".
Thanks.
I tried using it, but kept running into issues with wrong permissions. I wish there was a way to say "allow everything BUT accessing this folder". AppArmor seems to work the other way round "deny everything EXCEPT what is in the profile".
– Ivo Anjo Feb 22 '13 at 11:59