Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dhooks.c931 char *fscontext = NULL, *rootcontext = NULL; in selinux_parse_opts_str() local
961 if (fscontext) { in selinux_parse_opts_str()
966 fscontext = match_strdup(&args[0]); in selinux_parse_opts_str()
967 if (!fscontext) { in selinux_parse_opts_str()
1019 if (fscontext) { in selinux_parse_opts_str()
1020 opts->mnt_opts[num_mnt_opts] = fscontext; in selinux_parse_opts_str()
1042 kfree(fscontext); in selinux_parse_opts_str()