Home
last modified time | relevance | path

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

/build/make/tools/fs_config/
Dfs_config.c161 char* secontext; in main() local
162 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) { in main()
163 secontext = strdup("u:object_r:unlabeled:s0"); in main()
166 printf(" selabel=%s", secontext); in main()
168 freecon(secontext); in main()