Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid_platform.c206 struct selinux_opt seopts_prop[MAX_FILE_CONTEXT_SIZE]; in selinux_android_prop_context_handle() local
211 seopts_prop[size++] = seopts_prop_plat[i]; in selinux_android_prop_context_handle()
217 seopts_prop[size++] = seopts_prop_product[i]; in selinux_android_prop_context_handle()
223 seopts_prop[size++] = seopts_prop_vendor[i]; in selinux_android_prop_context_handle()
229 seopts_prop[size++] = seopts_prop_odm[i]; in selinux_android_prop_context_handle()
234 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, seopts_prop, size); in selinux_android_prop_context_handle()
241 seopts_prop[0].value, seopts_prop[1].value); in selinux_android_prop_context_handle()