Home
last modified time | relevance | path

Searched refs:SEPOL_TARGET_SELINUX (Results 1 – 14 of 14) sorted by relevance

/external/selinux/libsepol/src/
Dpolicydb.c81 .target_platform = SEPOL_TARGET_SELINUX,
88 .target_platform = SEPOL_TARGET_SELINUX,
95 .target_platform = SEPOL_TARGET_SELINUX,
102 .target_platform = SEPOL_TARGET_SELINUX,
109 .target_platform = SEPOL_TARGET_SELINUX,
116 .target_platform = SEPOL_TARGET_SELINUX,
123 .target_platform = SEPOL_TARGET_SELINUX,
130 .target_platform = SEPOL_TARGET_SELINUX,
137 .target_platform = SEPOL_TARGET_SELINUX,
144 .target_platform = SEPOL_TARGET_SELINUX,
[all …]
Dpolicydb_public.c161 case SEPOL_TARGET_SELINUX: in sepol_policydb_set_target_platform()
Dkernel_to_common.c619 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sort_ocontexts()
Dwrite.c231 if (p->target_platform != SEPOL_TARGET_SELINUX && in avtab_write_item()
1470 case SEPOL_TARGET_SELINUX: in ocontext_write()
Dkernel_to_cil.c589 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_cil()
3148 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_cil()
Dkernel_to_conf.c470 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in write_sid_decl_rules_to_conf()
3013 if (pdb->target_platform == SEPOL_TARGET_SELINUX) { in sepol_kernel_policydb_to_conf()
Dexpand.c2261 case SEPOL_TARGET_SELINUX: in ocontext_copy()
Dmodule_to_cil.c2904 case SEPOL_TARGET_SELINUX: in ocontexts_to_cil()
/external/selinux/libsepol/include/sepol/
Dpolicydb.h98 #define SEPOL_TARGET_SELINUX 0 macro
/external/selinux/secilc/
Dsecilc.c89 int target = SEPOL_TARGET_SELINUX; in main()
132 target = SEPOL_TARGET_SELINUX; in main()
/external/selinux/libsemanage/src/
Dconf-parse.y153 current_conf->target_platform = SEPOL_TARGET_SELINUX;
346 conf->target_platform = SEPOL_TARGET_SELINUX;
/external/selinux/checkpolicy/
Dcheckpolicy.c395 int ret, ch, fd, target = SEPOL_TARGET_SELINUX; in main()
430 target = SEPOL_TARGET_SELINUX; in main()
Dpolicy_define.c4621 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context()
4976 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context()
5064 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context()
5125 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ipv4_node_context()
5211 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ipv6_node_context()
5296 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_use()
5351 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_genfs_context_helper()
/external/selinux/libsepol/cil/src/
Dcil.c291 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init()