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