Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/selinux/include/
H A Dsecurity.h97 bool checkreqprot; member
148 return READ_ONCE(state->checkreqprot); in checkreqprot_get()
153 WRITE_ONCE(state->checkreqprot, value); in checkreqprot_set()
/kernel/linux/linux-5.10/security/selinux/
H A Dhooks.c146 unsigned long checkreqprot; in checkreqprot_setup() local
148 if (!kstrtoul(str, 0, &checkreqprot)) { in checkreqprot_setup()
149 selinux_checkreqprot_boot = checkreqprot ? 1 : 0; in checkreqprot_setup()
150 if (checkreqprot) in checkreqprot_setup()
151 pr_warn("SELinux: checkreqprot set to 1 via kernel parameter. This is deprecated and will be rejected in a future kernel release.\n"); in checkreqprot_setup()
155 __setup("checkreqprot=", checkreqprot_setup);
/kernel/linux/linux-6.6/security/selinux/
H A Dhooks.c144 unsigned long checkreqprot; in checkreqprot_setup() local
146 if (!kstrtoul(str, 0, &checkreqprot)) { in checkreqprot_setup()
147 if (checkreqprot) in checkreqprot_setup()
148 pr_err("SELinux: checkreqprot set to 1 via kernel parameter. This is no longer supported.\n"); in checkreqprot_setup()
152 __setup("checkreqprot=", checkreqprot_setup);

Completed in 20 milliseconds