pub fn get_procattr(
current_task: &CurrentTask,
target: &Task,
attr: ProcAttr,
) -> Result<Vec<u8>, Errno>Expand description
Returns the Security Context associated with the nameed entry for the specified target task.
Corresponds to the getprocattr() LSM hook.