Is it possible to limit access to a file by a program.
The problem I have is that users run a program under their UID and it accesses a file. I want that file not to be accessible to them through file-system.
The program is java -jar myProgram.jar filePathAsParameter
Thank you