Searched refs:ocontext (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/security/selinux/ss/ |
D | policydb.h | 174 struct ocontext { struct 197 struct ocontext *next; argument 202 struct ocontext *head; 275 struct ocontext *ocontexts[OCON_NUM];
|
D | services.c | 716 static int security_validtrans_handle_fail(struct context *ocontext, in security_validtrans_handle_fail() argument 724 if (context_struct_to_string(ocontext, &o, &olen)) in security_validtrans_handle_fail() 747 struct context *ocontext; in security_validate_transition() local 770 ocontext = sidtab_search(&sidtab, oldsid); in security_validate_transition() 771 if (!ocontext) { in security_validate_transition() 796 if (!constraint_expr_eval(ocontext, ncontext, tcontext, in security_validate_transition() 798 rc = security_validtrans_handle_fail(ocontext, ncontext, in security_validate_transition() 1682 struct ocontext *oc; in convert_context() 2004 struct ocontext *c; in security_port_sid() 2044 struct ocontext *c; in security_netif_sid() [all …]
|
D | policydb.c | 771 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy() 789 struct ocontext *c, *ctmp; in policydb_destroy() 888 struct ocontext *head, *c; in policydb_load_isids() 1996 struct ocontext *l, *c; in genfs_read() 1997 struct ocontext *newc = NULL; in genfs_read() 2109 struct ocontext *l, *c; in ocontext_read() 3061 struct ocontext *c; in ocontext_write() 3154 struct ocontext *c; in genfs_write()
|