Searched refs:seopts_prop (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c776 static const struct selinux_opt seopts_prop[] = { variable in typeref:struct:selinux_opt
786 while ((sehandle == NULL) && seopts_prop[i].value) {
787 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1);
796 INFO("SELinux: Loaded property contexts from %s\n", seopts_prop[i - 1].value);

Completed in 3504 milliseconds