Lines Matching defs:base
44 * 11 type in base optional.
45 * 12 attribute in base optional.
46 * 13 object class / perm in base optional.
47 * 14 boolean in base optional.
48 * 15 role in base optional.
59 * 19 large number of dependencies in a module with a more complex base.
92 /* To test linking we need 1 base per link test and in
98 if (test_load_policy(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
103 if (test_load_policy(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
130 * req_met boolean indicating whether the base policy meets the
132 * b index of the base policy in the global bases_met array.
140 policydb_t *base;
155 base = &bases_met[b];
158 base = &bases_notmet[b];
166 ret = link_modules(h, base, mods, 1, 0);
173 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
212 * req_met boolean indicating whether the base policy meets the
214 * b index of the base policy in the global bases_met array.
222 policydb_t *base;
237 base = &bases_met[b];
239 base = &bases_notmet[b];
246 ret = link_modules(h, base, mods, 1, 0);
252 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);