Searched refs:defcontext (Results 1 – 1 of 1) sorted by relevance
914 char *context = NULL, *defcontext = NULL; in selinux_parse_opts_str() local932 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()