Re: [PATCH RESEND 5/6] docs: Document security implications of debugging

2023-05-24 Thread Dominik Czarnota
Hi, Just to add two cents here: the commit message is a bit not true because the qemu-user GDB stub could always read host files by just changing the emulated code to open and read those files. Apart from that, I like the documentation additions. Best regards, Dominik 'Disconnect3d' Czarnota On

Re: [PATCH RESEND 5/6] docs: Document security implications of debugging

2023-05-24 Thread Alex Bennée
Ilya Leoshkevich writes: > Now that the GDB stub implements reading host files, concerns may arise > that it undermines security. Document the status quo, which is that the > users are already responsible for securing the GDB connection > themselves. > > Signed-off-by: Ilya Leoshkevich Review

[PATCH RESEND 5/6] docs: Document security implications of debugging

2023-05-10 Thread Ilya Leoshkevich
Now that the GDB stub implements reading host files, concerns may arise that it undermines security. Document the status quo, which is that the users are already responsible for securing the GDB connection themselves. Signed-off-by: Ilya Leoshkevich --- docs/system/gdb.rst | 15 +++