Searched defs:sepol_context_t (Results 1 - 1 of 1) sorted by relevance

/external/libsepol/include/sepol/
H A Dcontext_record.h7 typedef struct sepol_context sepol_context_t; typedef in typeref:struct:sepol_context
13 extern const char *sepol_context_get_user(const sepol_context_t * con);
16 sepol_context_t * con, const char *user);
19 extern const char *sepol_context_get_role(const sepol_context_t * con);
22 sepol_context_t * con, const char *role);
25 extern const char *sepol_context_get_type(const sepol_context_t * con);
28 sepol_context_t * con, const char *type);
31 extern const char *sepol_context_get_mls(const sepol_context_t * con);
34 sepol_context_t * con, const char *mls_range);
38 sepol_context_t ** con_pt
[all...]

Completed in 175 milliseconds