SECURITY_TRANSITION_SID
Section: (9)
Updated: 09 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: 00:02:46 GMT, October 09, 2005