HomeSort by relevance Sort by last modified time
    Searched full:seopts_prop (Results 1 - 1 of 1) sorted by null

  /system/core/init/
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);

Completed in 537 milliseconds