Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c915 char *fscontext = NULL, *rootcontext = NULL; in selinux_parse_opts_str() local
945 if (fscontext) { in selinux_parse_opts_str()
950 fscontext = match_strdup(&args[0]); in selinux_parse_opts_str()
951 if (!fscontext) { in selinux_parse_opts_str()
1003 if (fscontext) { in selinux_parse_opts_str()
1004 opts->mnt_opts[num_mnt_opts] = fscontext; in selinux_parse_opts_str()
1026 kfree(fscontext); in selinux_parse_opts_str()