Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
Dhooks.c930 char *context = NULL, *defcontext = NULL; in selinux_parse_opts_str() local
948 if (context || defcontext) { in selinux_parse_opts_str()
987 if (context || defcontext) { in selinux_parse_opts_str()
992 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
993 if (!defcontext) { in selinux_parse_opts_str()
1031 if (defcontext) { in selinux_parse_opts_str()
1032 opts->mnt_opts[num_mnt_opts] = defcontext; in selinux_parse_opts_str()
1041 kfree(defcontext); in selinux_parse_opts_str()