Searched refs:context_file (Results 1 – 1 of 1) sorted by relevance
59 static struct selabel_handle* get_sehnd(const char* context_file) { in get_sehnd() argument60 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; in get_sehnd()76 const char* context_file = NULL; in main() local88 context_file = optarg; in main()102 if (context_file != NULL) { in main()103 sehnd = get_sehnd(context_file); in main()