Searched refs:seopt_file (Results 1 – 4 of 4) sorted by relevance
33 static struct selinux_opt seopt_file[8]; variable34 static int max_nr_opt = (int)sizeof(seopt_file) / sizeof(seopt_file[0]);235 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()236 seopt_file[nr_opt].value = absolute_path(token); in main()330 fs, src_dir, product_out, mountpoint, seopt_file, in main()
301 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()304 c.seopt_file[0].value); in configure_files()
573 int max_nr_opt = (int)sizeof(c.seopt_file) / in f2fs_parse_options()574 sizeof(c.seopt_file[0]); in f2fs_parse_options()684 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()686 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
526 struct selinux_opt seopt_file[8]; member