]> git.ipfire.org Git - thirdparty/grub.git/commit
gdb: Restrict GDB access when locked down
authorJavier Martinez Canillas <javierm@redhat.com>
Wed, 24 Feb 2021 14:03:26 +0000 (15:03 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:15 +0000 (15:54 +0100)
commit508270838998f151a82e9c13e7cb8a470a2dc23d
treee1434f8e80c1488766dcf35a4c2c8c6552ceb25b
parent5c97492a29c6063567b65ed1a069f5e6f4e211f0
gdb: Restrict GDB access when locked down

The gdbstub* commands allow to start and control a GDB stub running on
local host that can be used to connect from a remote debugger. Restrict
this functionality when the GRUB is locked down.

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/gdb/gdb.c