Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/ABI/obsolete/
A Dsysfs-selinux-checkreqprot1 What: /sys/fs/selinux/checkreqprot
7 The selinuxfs "checkreqprot" node allows SELinux to be configured
13 without authorization by policy. The default value of checkreqprot
16 explicitly writing a "0" to /sys/fs/selinux/checkreqprot during
17 initialization for some time. Support for setting checkreqprot to 1
19 will always cease using checkreqprot internally and will always
21 The checkreqprot selinuxfs node will remain for backward compatibility
/linux-6.3-rc2/security/selinux/
A DKconfig74 int "NSA SELinux checkreqprot default value"
79 This option sets the default value for the 'checkreqprot' flag
87 The checkreqprot flag may be changed from the default via the
88 'checkreqprot=' boot parameter. It may also be changed at runtime
89 via /sys/fs/selinux/checkreqprot if authorized by policy.
A Dhooks.c144 unsigned long checkreqprot; in checkreqprot_setup() local
146 if (!kstrtoul(str, 0, &checkreqprot)) { in checkreqprot_setup()
147 selinux_checkreqprot_boot = checkreqprot ? 1 : 0; in checkreqprot_setup()
148 if (checkreqprot) in checkreqprot_setup()
/linux-6.3-rc2/security/selinux/include/
A Dsecurity.h99 bool checkreqprot; member
150 return READ_ONCE(state->checkreqprot); in checkreqprot_get()
157 WRITE_ONCE(state->checkreqprot, value); in checkreqprot_set()
/linux-6.3-rc2/Documentation/admin-guide/
A Dkernel-parameters.txt562 checkreqprot= [SELINUX] Set initial checkreqprot flag value.
570 /sys/fs/selinux/checkreqprot.
571 Setting checkreqprot to 1 is deprecated.
/linux-6.3-rc2/
A DMAINTAINERS18827 F: Documentation/ABI/obsolete/sysfs-selinux-checkreqprot

Completed in 45 milliseconds