Lines Matching refs: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.
94 /* To test linking we need 1 base per link test and in
100 if (test_load_policy(&bases_met[i], POLICY_BASE, mls, "test-deps", "base-metreq.conf"))
105 if (test_load_policy(&bases_notmet[i], POLICY_BASE, mls, "test-deps", "base-notmetreq.conf"))
132 * req_met boolean indicating whether the base policy meets the
134 * b index of the base policy in the global bases_met array.
142 policydb_t *base;
157 base = &bases_met[b];
160 base = &bases_notmet[b];
168 ret = link_modules(h, base, mods, 1, 0);
176 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);
215 * req_met boolean indicating whether the base policy meets the
217 * b index of the base policy in the global bases_met array.
225 policydb_t *base;
240 base = &bases_met[b];
242 base = &bases_notmet[b];
249 ret = link_modules(h, base, mods, 1, 0);
256 decl = test_find_decl_by_sym(base, SYM_TYPES, decl_type);