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

/security/selinux/ss/
H A Dpolicydb.h174 struct ocontext { struct
197 struct ocontext *next;
202 struct ocontext *head;
275 struct ocontext *ocontexts[OCON_NUM];
H A Dservices.c751 static int security_validtrans_handle_fail(struct context *ocontext, argument
759 if (context_struct_to_string(ocontext, &o, &olen))
782 struct context *ocontext; local
805 ocontext = sidtab_search(&sidtab, oldsid);
806 if (!ocontext) {
831 if (!constraint_expr_eval(ocontext, ncontext, tcontext,
833 rc = security_validtrans_handle_fail(ocontext, ncontext,
1844 struct ocontext *oc;
2166 struct ocontext *c;
2206 struct ocontext *
[all...]

Completed in 8 milliseconds