Lines Matching full:opts
229 static void do_compare_and_die_on_error(struct selinux_opt opts[], unsigned int backend, char *paths[])
235 opts[0].value = NULL; /* not validating against a policy when comparing */
238 opts[1].value = paths[i];
239 global_state.sepolicy.sehnd[i] = selabel_open(backend, opts, 2);
250 static void do_fc_check_and_die_on_error(struct selinux_opt opts[], unsigned int backend, filemode mode,
310 opts[1].value = context_file;
312 global_state.sepolicy.sehnd[0] = selabel_open(backend, opts, 2);
321 struct selinux_opt opts[] = {
370 do_compare_and_die_on_error(opts, backend, &(argv[index]));
376 do_fc_check_and_die_on_error(opts, backend, mode, sepolicy_file, context_file, allow_empty);