Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/
Dhooks.c914 char *context = NULL, *defcontext = NULL; in selinux_parse_opts_str() local
932 if (context || defcontext) { in selinux_parse_opts_str()
971 if (context || defcontext) { in selinux_parse_opts_str()
976 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
977 if (!defcontext) { in selinux_parse_opts_str()
1015 if (defcontext) { in selinux_parse_opts_str()
1016 opts->mnt_opts[num_mnt_opts] = defcontext; in selinux_parse_opts_str()
1025 kfree(defcontext); in selinux_parse_opts_str()