pub fn set_procattr(
current_task: &CurrentTask,
attr: ProcAttr,
context: &[u8],
) -> Result<(), Errno>Expand description
Sets the Security Context associated with the nameed entry for the current task.
Corresponds to the setprocattr() LSM hook.