Searched refs:selinux_checkreqprot (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/selinux/include/
H A Dobjsec.h117 extern unsigned int selinux_checkreqprot;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dselinuxfs.c48 unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; variable
54 selinux_checkreqprot = checkreqprot ? 1 : 0;
405 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", selinux_checkreqprot);
437 selinux_checkreqprot = new_value ? 1 : 0;
H A Dhooks.c3013 if (selinux_checkreqprot)
3026 if (selinux_checkreqprot)

Completed in 53 milliseconds