Searched defs:policydb (Results 1 – 3 of 3) sorted by relevance
236 struct policydb { struct237 int mls_enabled;240 struct symtab symtab[SYM_NUM];251 char **sym_val_to_name[SYM_NUM];254 struct class_datum **class_val_to_struct;255 struct role_datum **role_val_to_struct;256 struct user_datum **user_val_to_struct;257 struct type_datum **type_val_to_struct;260 struct avtab te_avtab;263 struct hashtab role_tr;[all …]
264 static int constraint_expr_eval(struct policydb *policydb, in constraint_expr_eval()455 static void security_dump_masked_av(struct policydb *policydb, in security_dump_masked_av()532 static void type_attribute_bounds_av(struct policydb *policydb, in type_attribute_bounds_av()611 static void context_struct_compute_av(struct policydb *policydb, in context_struct_compute_av()750 struct policydb *policydb; in security_compute_validatetrans() local854 struct policydb *policydb; in security_bounded_transition() local1006 struct policydb *policydb; in security_compute_xperms_decision() local1101 struct policydb *policydb; in security_compute_av() local1158 struct policydb *policydb; in security_compute_av_user() local1312 struct policydb *policydb; in security_sid_to_context_core() local[all …]
28 struct policydb policydb; member