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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/include/
H A Dobjsec.h121 extern unsigned int selinux_checkreqprot;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dselinuxfs.c38 unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; variable
50 selinux_checkreqprot = simple_strtoul(str,NULL,0) ? 1 : 0;
345 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", selinux_checkreqprot);
377 selinux_checkreqprot = new_value ? 1 : 0;
H A Dhooks.c2579 if (selinux_checkreqprot)
2596 if (selinux_checkreqprot)

Completed in 169 milliseconds