AVC_LOOKUP
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
avc_lookup - Look up an AVC entry.
SYNOPSIS
"SYNOPSIS"
struct avc_node * avc_lookup (u32 ssid, u32 tsid, u16 tclass, u32 requested);
ARGUMENTS
- ssid
-
source security identifier
- tsid
-
target security identifier
- tclass
-
target security class
- requested
-
requested permissions, interpreted based on tclass
DESCRIPTION
Look up an AVC entry that is valid for the
requested permissions between the SID pair
(ssid, tsid), interpreting the permissions
based on tclass. If a valid AVC entry exists,
then this function return the avc_node.
Otherwise, this function returns NULL.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:01:58 GMT, October 09, 2005