Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid_platform.c109 struct selinux_opt fc_opts[nopts + 1]; in selinux_android_file_context() local
111 memcpy(fc_opts, opts, nopts*sizeof(struct selinux_opt)); in selinux_android_file_context()
112 fc_opts[nopts].type = SELABEL_OPT_BASEONLY; in selinux_android_file_context()
113 fc_opts[nopts].value = (char *)1; in selinux_android_file_context()
115 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, ARRAY_SIZE(fc_opts)); in selinux_android_file_context()
/external/selinux/libselinux/src/
Dselinux_restorecon.c1064 struct selinux_opt fc_opts[] = { in selinux_restorecon_default_handle() local
1068 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()