PreviousNext

Private Contexts

A process may inhibit context inheritance by setting a flag in sec_login_setup_identity( ). If the flag indicates that the login context is private, then children of the calling process cannot inherit it. A child process can neither set a private context (since it is the function of sec_login_set_context( ) to make the context inheritable) nor export it to any other process.