Searched defs:policydb (Results 1 – 3 of 3) sorted by relevance
239 struct policydb { struct240 int mls_enabled;243 struct symtab symtab[SYM_NUM];254 char **sym_val_to_name[SYM_NUM];257 struct class_datum **class_val_to_struct;258 struct role_datum **role_val_to_struct;259 struct user_datum **user_val_to_struct;260 struct type_datum **type_val_to_struct;263 struct avtab te_avtab;266 struct hashtab role_tr;[all …]
270 static int constraint_expr_eval(struct policydb *policydb, in constraint_expr_eval()461 static void security_dump_masked_av(struct policydb *policydb, in security_dump_masked_av()538 static void type_attribute_bounds_av(struct policydb *policydb, in type_attribute_bounds_av()617 static void context_struct_compute_av(struct policydb *policydb, in context_struct_compute_av()759 struct policydb *policydb; in security_compute_validatetrans() local868 struct policydb *policydb; in security_bounded_transition() local1021 struct policydb *policydb; in security_compute_xperms_decision() local1118 struct policydb *policydb; in security_compute_av() local1176 struct policydb *policydb; in security_compute_av_user() local1331 struct policydb *policydb; in security_sid_to_context_core() local[all …]
27 struct policydb policydb; member