Lines Matching refs:sid
69 int avc_context_to_sid(const security_context_t ctx, security_id_t * sid)
73 rc = sidtab_context_to_sid(&avc_sidtab, ctx, sid);
78 int avc_sid_to_context(security_id_t sid, security_context_t * ctx)
83 *ctx = strdup(sid->ctx); /* caller must free via freecon */
89 int avc_get_initial_sid(const char * name, security_id_t * sid)
97 rc = avc_context_to_sid(con, sid);
147 "%s: unable to initialize SID table\n",
372 * @requested permissions between the SID pair
409 * Insert an AVC entry for the SID pair
633 * avc_dump_query - Display a SID pair and a class in human-readable form.