First page Back Continue Last page Overview Graphics
Using the Security Context of the Requesting Process on the Server
Added a fssid to struct task_security_struct
Modified appropriate hook functions to use fssid, if it is set.
RPC layer sets the fssid based on the security context sent by the Client, processes the request, and then clears the fssid.
The Server is trusting the Client
Notes: