SECURITY_MEMBER_SID

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

security_member_sid - Compute the SID for member selection.  

SYNOPSIS

"SYNOPSIS"

int security_member_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 selected member
 

DESCRIPTION

Compute a SID to use when selecting a member of a polyinstantiated object of 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 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