Home
last modified time | relevance | path

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

/build/tools/fs_config/
Dfs_config.c141 char* secontext; in main() local
142 if (selabel_lookup(sehnd, &secontext, full_name, ( mode | (is_dir ? S_IFDIR : S_IFREG)))) { in main()
143 secontext = strdup("u:object_r:unlabeled:s0"); in main()
146 printf(" selabel=%s", secontext); in main()
148 freecon(secontext); in main()