HomeSort by relevance Sort by last modified time
    Searched full:parse_policy (Results 1 - 2 of 2) sorted by null

  /external/checkpolicy/
checkpolicy.c 554 policydb_t parse_policy; local
556 if (policydb_init(&parse_policy))
559 parse_policy.policy_type = POLICY_BASE;
560 policydb_set_target_platform(&parse_policy, target);
563 parse_policy.mls = mlspol;
564 parse_policy.handle_unknown = handle_unknown;
566 policydbp = &parse_policy;
580 if (link_modules(NULL, &parse_policy, NULL, 0, 0)) {
585 if (expand_module(NULL, &parse_policy, &policydb, 0, 1)) {
589 policydb_destroy(&parse_policy);
    [all...]
  /external/iptables/extensions/
libxt_policy.c 73 static int parse_policy(const char *s) function
102 info->flags |= parse_policy(cb->arg);

Completed in 264 milliseconds