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

/linux-4.4.14/security/selinux/include/
H A Dsecurity.h63 #define FSCONTEXT_STR "fscontext="
/linux-4.4.14/security/selinux/
H A Dhooks.c931 char *fscontext = NULL, *rootcontext = NULL; selinux_parse_opts_str() local
961 if (fscontext) { selinux_parse_opts_str()
966 fscontext = match_strdup(&args[0]); selinux_parse_opts_str()
967 if (!fscontext) { selinux_parse_opts_str()
1019 if (fscontext) { selinux_parse_opts_str()
1020 opts->mnt_opts[num_mnt_opts] = fscontext; selinux_parse_opts_str()
1042 kfree(fscontext); selinux_parse_opts_str()

Completed in 116 milliseconds