AVC_LOOKUP
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
avc_lookup - Look up an AVC entry.
SYNOPSIS
"SYNOPSIS"
int avc_lookup (u32 ssid, u32 tsid, u16 tclass, u32 requested, struct avc_entry_ref * aeref);
ARGUMENTS
- ssid
-
source security identifier
- tsid
-
target security identifier
- tclass
-
target security class
- requested
-
requested permissions, interpreted based on tclass
- aeref
-
AVC entry reference
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 updates aeref to refer to the
entry and returns 0. Otherwise, this function
returns -ENOENT.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 05:30:24 GMT, October 06, 2005