checkreqprot 143 security/selinux/hooks.c unsigned long checkreqprot; checkreqprot 145 security/selinux/hooks.c if (!kstrtoul(str, 0, &checkreqprot)) checkreqprot 146 security/selinux/hooks.c selinux_checkreqprot_boot = checkreqprot ? 1 : 0; checkreqprot 3720 security/selinux/hooks.c if (selinux_state.checkreqprot) checkreqprot 3734 security/selinux/hooks.c if (selinux_state.checkreqprot) checkreqprot 7075 security/selinux/hooks.c selinux_state.checkreqprot = selinux_checkreqprot_boot; checkreqprot 105 security/selinux/include/security.h bool checkreqprot; checkreqprot 635 security/selinux/selinuxfs.c length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); checkreqprot 669 security/selinux/selinuxfs.c fsi->state->checkreqprot = new_value ? 1 : 0;