Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/
DKconfig78 int "NSA SELinux checkreqprot default value"
83 This option sets the default value for the 'checkreqprot' flag
91 The checkreqprot flag may be changed from the default via the
92 'checkreqprot=' boot parameter. It may also be changed at runtime
93 via /selinux/checkreqprot if authorized by policy.
Dselinuxfs.c56 unsigned long checkreqprot; in checkreqprot_setup() local
57 if (!kstrtoul(str, 0, &checkreqprot)) in checkreqprot_setup()
58 selinux_checkreqprot = checkreqprot ? 1 : 0; in checkreqprot_setup()
/linux-4.4.14/Documentation/
Dkernel-parameters.txt602 checkreqprot [SELINUX] Set initial checkreqprot flag value.
610 /selinux/checkreqprot.