Searched refs:checkreqprot (Results 1 – 5 of 5) sorted by relevance
84 int "NSA SELinux checkreqprot default value"89 This option sets the default value for the 'checkreqprot' flag97 The checkreqprot flag may be changed from the default via the98 'checkreqprot=' boot parameter. It may also be changed at runtime99 via /selinux/checkreqprot if authorized by policy.
143 unsigned long checkreqprot; in checkreqprot_setup() local145 if (!kstrtoul(str, 0, &checkreqprot)) in checkreqprot_setup()146 selinux_checkreqprot_boot = checkreqprot ? 1 : 0; in checkreqprot_setup()3729 if (selinux_state.checkreqprot) in selinux_mmap_file()3743 if (selinux_state.checkreqprot) in selinux_file_mprotect()7150 selinux_state.checkreqprot = selinux_checkreqprot_boot; in selinux_init()
636 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); in sel_read_checkreqprot()670 fsi->state->checkreqprot = new_value ? 1 : 0; in sel_write_checkreqprot()
104 bool checkreqprot; member
499 checkreqprot [SELINUX] Set initial checkreqprot flag value.507 /selinux/checkreqprot.