Modifying process descriptor in device driver
hi.
I have added the following code to modify the current process's euid in my device driver code.
current->euid = 0;
However, the above code does not seem to change euid of the current process. What am I doing wrong? I also want to know what current->fsuid holds.
Thanks in advance.
|