Searched refs:checkreqprot (Results 1 – 6 of 6) sorted by relevance
1 What: /sys/fs/selinux/checkreqprot7 The selinuxfs "checkreqprot" node allows SELinux to be configured13 without authorization by policy. The default value of checkreqprot16 explicitly writing a "0" to /sys/fs/selinux/checkreqprot during17 initialization for some time. Support for setting checkreqprot to 119 will always cease using checkreqprot internally and will always21 The checkreqprot selinuxfs node will remain for backward compatibility
74 int "NSA SELinux checkreqprot default value"79 This option sets the default value for the 'checkreqprot' flag87 The checkreqprot flag may be changed from the default via the88 'checkreqprot=' boot parameter. It may also be changed at runtime89 via /sys/fs/selinux/checkreqprot if authorized by policy.
144 unsigned long checkreqprot; in checkreqprot_setup() local146 if (!kstrtoul(str, 0, &checkreqprot)) { in checkreqprot_setup()147 selinux_checkreqprot_boot = checkreqprot ? 1 : 0; in checkreqprot_setup()148 if (checkreqprot) in checkreqprot_setup()
99 bool checkreqprot; member150 return READ_ONCE(state->checkreqprot); in checkreqprot_get()157 WRITE_ONCE(state->checkreqprot, value); in checkreqprot_set()
562 checkreqprot= [SELINUX] Set initial checkreqprot flag value.570 /sys/fs/selinux/checkreqprot.571 Setting checkreqprot to 1 is deprecated.
18827 F: Documentation/ABI/obsolete/sysfs-selinux-checkreqprot
Completed in 45 milliseconds