Home
last modified time | relevance | path

Searched refs:SELINUXDIR (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dselinux_internal.h96 #define SELINUXDIR "/etc/selinux/" macro
97 #define SELINUXCONFIG SELINUXDIR "config"
Dselinux_config.c156 static const char *selinux_rootpath = SELINUXDIR;
231 if (asprintf(&selinux_policyroot, "%s%s", SELINUXDIR, selinux_policytype) == -1) in init_selinux_config()