Searched refs:ocontext (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/security/selinux/ss/ |
D | policydb.h | 170 struct ocontext { struct 202 struct ocontext *next; argument 207 struct ocontext *head; 282 struct ocontext *ocontexts[OCON_NUM];
|
D | services.c | 719 struct context *ocontext, in security_validtrans_handle_fail() argument 728 if (context_struct_to_string(p, ocontext, &o, &olen)) in security_validtrans_handle_fail() 754 struct context *ocontext; in security_compute_validatetrans() local 782 ocontext = sidtab_search(sidtab, oldsid); in security_compute_validatetrans() 783 if (!ocontext) { in security_compute_validatetrans() 808 if (!constraint_expr_eval(policydb, ocontext, ncontext, in security_compute_validatetrans() 814 ocontext, in security_compute_validatetrans() 1931 struct ocontext *oc; in convert_context() 2264 struct ocontext *c; in security_port_sid() 2310 struct ocontext *c; in security_ib_pkey_sid() [all …]
|
D | policydb.c | 355 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy() 764 struct ocontext *c, *ctmp; in policydb_destroy() 852 struct ocontext *head, *c; in policydb_load_isids() 1960 struct ocontext *l, *c; in genfs_read() 1961 struct ocontext *newc = NULL; in genfs_read() 2075 struct ocontext *l, *c; in ocontext_read() 3083 struct ocontext *c; in ocontext_write() 3208 struct ocontext *c; in genfs_write()
|