OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:avc_sid_to_context
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/include/selinux/
avc.h
30
*
avc_sid_to_context
- get copy of context corresponding to SID.
40
int
avc_sid_to_context
(security_id_t sid, security_context_t * ctx);
/external/dbus/bus/
selinux.c
662
if (
avc_sid_to_context
(SELINUX_SID_FROM_BUS (sid), &context) < 0)
/external/libselinux/src/
avc.c
78
int
avc_sid_to_context
(security_id_t sid, security_context_t * ctx)
function
Completed in 57 milliseconds