Searched refs:checkreqprot (Results 1 – 5 of 5) sorted by relevance
70 int "NSA SELinux checkreqprot default value"75 This option sets the default value for the 'checkreqprot' flag83 The checkreqprot flag may be changed from the default via the84 'checkreqprot=' boot parameter. It may also be changed at runtime85 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()3708 if (selinux_state.checkreqprot) in selinux_mmap_file()3722 if (selinux_state.checkreqprot) in selinux_file_mprotect()7041 selinux_state.checkreqprot = selinux_checkreqprot_boot; in selinux_init()
635 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); in sel_read_checkreqprot()669 fsi->state->checkreqprot = new_value ? 1 : 0; in sel_write_checkreqprot()
105 bool checkreqprot; member
508 checkreqprot [SELINUX] Set initial checkreqprot flag value.516 /selinux/checkreqprot.