Hi guys, I have a specific question .
For example when a command will be run, first the system will check if the user have the required access to run it, and then the program can access to the files if it is allowed.
So my question is: is it possible for example to run a program just before this right access check ? Basically I would like to code an additional security layer .
Is it possible to do this ?


