Home
last modified time | relevance | path

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

/security/selinux/
Dhooks.c852 char *context = NULL, *defcontext = NULL; in selinux_parse_opts_str() local
870 if (context || defcontext) { in selinux_parse_opts_str()
909 if (context || defcontext) { in selinux_parse_opts_str()
914 defcontext = match_strdup(&args[0]); in selinux_parse_opts_str()
915 if (!defcontext) { in selinux_parse_opts_str()
952 if (defcontext) { in selinux_parse_opts_str()
953 opts->mnt_opts[num_mnt_opts] = defcontext; in selinux_parse_opts_str()
962 kfree(defcontext); in selinux_parse_opts_str()