Home
last modified time | relevance | path

Searched refs:context_file (Results 1 – 1 of 1) sorted by relevance

/build/make/tools/fs_config/
Dfs_config.c59 static struct selabel_handle* get_sehnd(const char* context_file) { in get_sehnd() argument
60 struct selinux_opt seopts[] = { { SELABEL_OPT_PATH, context_file } }; in get_sehnd()
76 const char* context_file = NULL; in main() local
88 context_file = optarg; in main()
102 if (context_file != NULL) { in main()
103 sehnd = get_sehnd(context_file); in main()