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

/linux-4.1.27/security/selinux/include/
H A Dsecurity.h63 #define DEFCONTEXT_STR "defcontext="
/linux-4.1.27/security/selinux/
H A Dhooks.c796 printk(KERN_WARNING "SELinux: defcontext option is " selinux_set_mnt_opts()
914 char *context = NULL, *defcontext = NULL; selinux_parse_opts_str() local
932 if (context || defcontext) { selinux_parse_opts_str()
971 if (context || defcontext) { selinux_parse_opts_str()
976 defcontext = match_strdup(&args[0]); selinux_parse_opts_str()
977 if (!defcontext) { selinux_parse_opts_str()
1015 if (defcontext) { selinux_parse_opts_str()
1016 opts->mnt_opts[num_mnt_opts] = defcontext; selinux_parse_opts_str()
1025 kfree(defcontext); selinux_parse_opts_str()

Completed in 102 milliseconds