SECURITY_GET_USER_SIDS

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

 

NAME

security_get_user_sids - Obtain reachable SIDs for a user.  

SYNOPSIS

"SYNOPSIS"

int security_get_user_sids (u32 fromsid, char * username, u32 ** sids, u32 * nel);  

ARGUMENTS

fromsid
starting SID
username
username
sids
array of reachable SIDs for user
nel
number of elements in sids
 

DESCRIPTION

Generate the set of SIDs for legal security contexts for a given user that can be reached by fromsid. Set *sids to point to a dynamically allocated array containing the set of SIDs. Set *nel to the number of elements in the array.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:46 GMT, October 09, 2005