Function linux_personality::personality [] [src]

pub fn personality(persona: Personality) -> Result<Personality, ()>

Set the process domain execution model.

Return value

On success returns the Previous persona is returned. On failure returns Err(()) if the kernel was unable to change personality.