Home
last modified time | relevance | path

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

/system/core/init/
Dinit.c747 static const struct selinux_opt seopts_prop[] = { variable
757 while ((sehandle == NULL) && seopts_prop[i].value) { in selinux_android_prop_context_handle()
758 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, &seopts_prop[i], 1); in selinux_android_prop_context_handle()
767 INFO("SELinux: Loaded property contexts from %s\n", seopts_prop[i - 1].value); in selinux_android_prop_context_handle()