Searched refs:seopt_file (Results 1 – 4 of 4) sorted by relevance
35 static struct selinux_opt seopt_file[8]; variable36 static int max_nr_opt = (int)sizeof(seopt_file) / sizeof(seopt_file[0]);237 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()238 seopt_file[nr_opt].value = absolute_path(token); in main()332 fs, src_dir, product_out, mountpoint, seopt_file, in main()
532 int max_nr_opt = (int)sizeof(c.seopt_file) / in f2fs_parse_options()533 sizeof(c.seopt_file[0]); in f2fs_parse_options()568 c.seopt_file[c.nr_opt].type = in f2fs_parse_options()570 c.seopt_file[c.nr_opt].value = in f2fs_parse_options()
289 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()292 c.seopt_file[0].value); in configure_files()
432 struct selinux_opt seopt_file[8]; member