Searched refs:context_file (Results 1 – 1 of 1) sorted by relevance
58 static struct selabel_handle* get_sehnd(const char* context_file) { in get_sehnd() argument59 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; in get_sehnd()75 const char* context_file = NULL; in main() local86 context_file = optarg; in main()97 if (context_file != NULL) { in main()98 sehnd = get_sehnd(context_file); in main()