Lines Matching defs:policy
132 * req_met boolean indicating whether the base policy meets the
134 * b index of the base policy in the global bases_met array.
136 * policy name of the policy module to load for this test.
140 static void do_deps_modreq_global(int req_met, int b, const char *policy, const char *decl_type)
164 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
215 * req_met boolean indicating whether the base policy meets the
217 * b index of the base policy in the global bases_met array.
219 * policy name of the policy module to load for this test.
223 static void do_deps_modreq_opt(int req_met, int ret_val, int b, const char *policy, const char *decl_type)
245 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);