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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_access.c199 if (smack_onlycap != NULL && smack_onlycap != current->cred->security)
H A Dsmack.h208 extern char *smack_onlycap;
H A Dsmackfs.c78 char *smack_onlycap; variable
1136 if (smack_onlycap != NULL)
1137 smack = smack_onlycap;
1168 * would use smk_access(smack_onlycap, MAY_WRITE)
1170 if (smack_onlycap != NULL && smack_onlycap != sp)
1186 smack_onlycap = smk_import(in, count);

Completed in 44 milliseconds