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

/linux-master/security/lockdown/
H A Dlockdown.c22 LOCKDOWN_CONFIDENTIALITY_MAX};
46 lock_kernel_down("command line", LOCKDOWN_CONFIDENTIALITY_MAX);
61 if (WARN(what >= LOCKDOWN_CONFIDENTIALITY_MAX,
89 lock_kernel_down("Kernel configuration", LOCKDOWN_CONFIDENTIALITY_MAX);
/linux-master/include/linux/
H A Dsecurity.h93 * restricted) are placed before LOCKDOWN_CONFIDENTIALITY_MAX.
140 LOCKDOWN_CONFIDENTIALITY_MAX, enumerator in enum:lockdown_reason
143 extern const char *const lockdown_reasons[LOCKDOWN_CONFIDENTIALITY_MAX+1];
/linux-master/security/
H A Dsecurity.c62 const char *const lockdown_reasons[LOCKDOWN_CONFIDENTIALITY_MAX + 1] = {
92 [LOCKDOWN_CONFIDENTIALITY_MAX] = "confidentiality",

Completed in 175 milliseconds