SECURITY_TRANSITION_SID
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
security_transition_sid - Compute the SID for a new subject/object.
SYNOPSIS
"SYNOPSIS"
int security_transition_sid (u32 ssid, u32 tsid, u16 tclass, u32 * out_sid);
ARGUMENTS
- ssid
-
source security identifier
- tsid
-
target security identifier
- tclass
-
target security class
- out_sid
-
security identifier for new subject/object
DESCRIPTION
Compute a SID to use for labeling a new subject or object in the
class tclass based on a SID pair (ssid, tsid).
Return -EINVAL if any of the parameters are invalid, -ENOMEM
if insufficient memory is available, or 0 if the new SID was
computed successfully.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:55 GMT, October 06, 2005