I want to monitor processes and give permission for accessing a directory. I have some processes which I want to give permission access as read,write and to rest of all process deny the access to that directory.
I have a appliction in which there are multiple processess. So i want that only these processes can access a specific directory. No other processes should be able to access this directory even if running as root.