Home
last modified time | relevance | path

Searched refs:LOCKDOWN_DBG_WRITE_KERNEL (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/kernel/debug/
Ddebug_core.c769 if (security_locked_down(LOCKDOWN_DBG_WRITE_KERNEL)) { in kgdb_cpu_enter()
/linux-5.19.10/include/linux/
Dsecurity.h124 LOCKDOWN_DBG_WRITE_KERNEL, enumerator
/linux-5.19.10/kernel/debug/kdb/
Dkdb_main.c202 security_locked_down(LOCKDOWN_DBG_WRITE_KERNEL); in kdb_check_for_lockdown()
/linux-5.19.10/security/
Dsecurity.c62 [LOCKDOWN_DBG_WRITE_KERNEL] = "use of kgdb/kdb to write kernel RAM",