Searched refs:fc_opts (Results 1 – 2 of 2) sorted by relevance
109 struct selinux_opt fc_opts[nopts + 1]; in selinux_android_file_context() local111 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()
1064 struct selinux_opt fc_opts[] = { in selinux_restorecon_default_handle() local1068 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()