Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/
Dhooks.c1088 char *context = NULL, *defcontext = NULL; in selinux_parse_opts_str() local
1106 if (context || defcontext) { in selinux_parse_opts_str()
1145 if (context || defcontext) { in selinux_parse_opts_str()
1150 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
1151 if (!defcontext) { in selinux_parse_opts_str()
1188 if (defcontext) { in selinux_parse_opts_str()
1189 opts->mnt_opts[num_mnt_opts] = defcontext; in selinux_parse_opts_str()
1199 kfree(defcontext); in selinux_parse_opts_str()