OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
76
static int
parse_policy
(const char *s)
function
105
info->flags |=
parse_policy
(cb->arg);
Completed in 1445 milliseconds