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

/linux-4.1.27/security/selinux/include/
H A Dsecurity.h61 #define FSCONTEXT_STR "fscontext="
/linux-4.1.27/security/selinux/
H A Dhooks.c915 char *fscontext = NULL, *rootcontext = NULL; selinux_parse_opts_str() local
945 if (fscontext) { selinux_parse_opts_str()
950 fscontext = match_strdup(&args[0]); selinux_parse_opts_str()
951 if (!fscontext) { selinux_parse_opts_str()
1003 if (fscontext) { selinux_parse_opts_str()
1004 opts->mnt_opts[num_mnt_opts] = fscontext; selinux_parse_opts_str()
1026 kfree(fscontext); selinux_parse_opts_str()

Completed in 78 milliseconds