ptrace: Permission denied with SYS_PTRACE capability
I have created a pod whose container has the SYS_PTRACE capability (and the SYS_ADMIN)
When I am attempting to attach to another process,
gdb -p 12345
Attaching to process 12345
ptrace: Permission denied.
Why is that?
Continue reading ptrace: Permission denied with SYS_PTRACE capability