Searched refs:rootcontext (Results 1 - 1 of 1) sorted by relevance

/security/selinux/
H A Dhooks.c926 char *fscontext = NULL, *rootcontext = NULL; local
969 if (rootcontext) {
974 rootcontext = match_strdup(&args[0]);
975 if (!rootcontext) {
1022 if (rootcontext) {
1023 opts->mnt_opts[num_mnt_opts] = rootcontext;
1038 kfree(rootcontext);

Completed in 308 milliseconds