Home
last modified time | relevance | path

Searched refs:checkreqprot (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/security/selinux/
DKconfig70 int "NSA SELinux checkreqprot default value"
75 This option sets the default value for the 'checkreqprot' flag
83 The checkreqprot flag may be changed from the default via the
84 'checkreqprot=' boot parameter. It may also be changed at runtime
85 via /selinux/checkreqprot if authorized by policy.
Dhooks.c143 unsigned long checkreqprot; in checkreqprot_setup() local
145 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()
Dselinuxfs.c635 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); in sel_read_checkreqprot()
669 fsi->state->checkreqprot = new_value ? 1 : 0; in sel_write_checkreqprot()
/Linux-v5.4/security/selinux/include/
Dsecurity.h105 bool checkreqprot; member
/Linux-v5.4/Documentation/admin-guide/
Dkernel-parameters.txt508 checkreqprot [SELINUX] Set initial checkreqprot flag value.
516 /selinux/checkreqprot.