Home
last modified time | relevance | path

Searched refs:SEPOL_TARGET_SELINUX (Results 1 – 11 of 11) 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()
Dwrite.c231 if (p->target_platform != SEPOL_TARGET_SELINUX && in avtab_write_item()
1439 case SEPOL_TARGET_SELINUX: in ocontext_write()
Dexpand.c2245 case SEPOL_TARGET_SELINUX: in ocontext_copy()
Dmodule_to_cil.c2810 case SEPOL_TARGET_SELINUX: in ocontexts_to_cil()
/external/selinux/secilc/
Dsecilc.c86 int target = SEPOL_TARGET_SELINUX; in main()
125 target = SEPOL_TARGET_SELINUX; in main()
/external/selinux/libsepol/include/sepol/
Dpolicydb.h97 #define SEPOL_TARGET_SELINUX 0 macro
/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.c393 int ret, ch, fd, target = SEPOL_TARGET_SELINUX; in main()
427 target = SEPOL_TARGET_SELINUX; in main()
Dpolicy_define.c4496 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_context()
4851 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_port_context()
4938 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_netif_context()
4999 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ipv4_node_context()
5085 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_ipv6_node_context()
5176 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_fs_use()
5231 if (policydbp->target_platform != SEPOL_TARGET_SELINUX) { in define_genfs_context_helper()
/external/selinux/libsepol/cil/src/
Dcil.c284 (*db)->target_platform = SEPOL_TARGET_SELINUX; in cil_db_init()