Home
last modified time | relevance | path

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

/Linux-v4.19/security/selinux/
DKconfig84 int "NSA SELinux checkreqprot default value"
89 This option sets the default value for the 'checkreqprot' flag
97 The checkreqprot flag may be changed from the default via the
98 'checkreqprot=' boot parameter. It may also be changed at runtime
99 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()
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()
Dselinuxfs.c636 length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); in sel_read_checkreqprot()
670 fsi->state->checkreqprot = new_value ? 1 : 0; in sel_write_checkreqprot()
/Linux-v4.19/security/selinux/include/
Dsecurity.h104 bool checkreqprot; member
/Linux-v4.19/Documentation/admin-guide/
Dkernel-parameters.txt499 checkreqprot [SELINUX] Set initial checkreqprot flag value.
507 /selinux/checkreqprot.