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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dhooks.c726 printk(KERN_WARNING "SELinux: defcontext option is "
813 char *context = NULL, *defcontext = NULL; local
831 if (context || defcontext) {
870 if (context || defcontext) {
875 defcontext = match_strdup(&args[0]);
876 if (!defcontext) {
914 if (defcontext) {
915 opts->mnt_opts[num_mnt_opts] = defcontext;
924 kfree(defcontext);

Completed in 78 milliseconds