How can i uniquely identify users trying to open() a kernel module?
- by user349072
Dear Gurus,
I'm working on a Kernel module and i'm trying to Uniquely identify each one of the users trying to open() the module ( can be either processes or threads ).
what is the best way to identify them? is there an ID i can get from a system call?
i wish to get all users in a list that specifies whether they're trying to open the module for read \ write and i need to know which one tried acting...
many many thanks.
in regards,
IK