Home
last modified time | relevance | path

Searched refs:DEFAULT_SOURCE (Results 1 – 6 of 6) sorted by relevance

/external/selinux/checkpolicy/
Dpolicy_parse.y224 {if (define_default_user(DEFAULT_SOURCE)) return -1; }
229 {if (define_default_role(DEFAULT_SOURCE)) return -1; }
234 {if (define_default_type(DEFAULT_SOURCE)) return -1; }
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h121 #define DEFAULT_SOURCE 1 macro
/external/selinux/libsepol/cil/src/
Dcil_internal.h924 CIL_DEFAULT_SOURCE = DEFAULT_SOURCE,
/external/selinux/libsepol/src/
Dkernel_to_cil.c623 case DEFAULT_SOURCE: in write_default_user_to_cil()
643 case DEFAULT_SOURCE: in write_default_role_to_cil()
663 case DEFAULT_SOURCE: in write_default_type_to_cil()
Dkernel_to_conf.c594 case DEFAULT_SOURCE: in write_default_user_to_conf()
614 case DEFAULT_SOURCE: in write_default_role_to_conf()
634 case DEFAULT_SOURCE: in write_default_type_to_conf()
Dmodule_to_cil.c2013 case DEFAULT_SOURCE: dflt = "source"; break; in class_to_cil()
2025 case DEFAULT_SOURCE: dflt = "source"; break; in class_to_cil()
2037 case DEFAULT_SOURCE: dflt = "source"; break; in class_to_cil()