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

/security/selinux/
H A Dselinuxfs.c52 unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; variable
58 selinux_checkreqprot = checkreqprot ? 1 : 0;
607 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", selinux_checkreqprot);
644 selinux_checkreqprot = new_value ? 1 : 0;

Completed in 42 milliseconds