Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/include/
Dobjsec.h126 extern unsigned int selinux_checkreqprot;
/linux-4.4.14/security/selinux/
Dselinuxfs.c52 unsigned int selinux_checkreqprot = CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE; variable
58 selinux_checkreqprot = checkreqprot ? 1 : 0; in checkreqprot_setup()
607 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", selinux_checkreqprot); in sel_read_checkreqprot()
644 selinux_checkreqprot = new_value ? 1 : 0; in sel_write_checkreqprot()
Dhooks.c3376 if (selinux_checkreqprot) in selinux_mmap_file()
3389 if (selinux_checkreqprot) in selinux_file_mprotect()