Home
last modified time | relevance | path

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

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