HomeSort by relevance Sort by last modified time
    Searched refs:define_policy (Results 1 - 3 of 3) sorted by null

  /external/selinux/checkpolicy/
module_compiler.h 21 int define_policy(int pass, int module_header_given);
policy_parse.y 165 base_policy : { if (define_policy(pass, 0) == -1) return -1; }
886 { if (define_policy(pass, 1) == -1) return -1; }
    [all...]
module_compiler.c 54 int define_policy(int pass, int module_header_given) function
    [all...]

Completed in 275 milliseconds