You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'd like to invoke killsnoop from inside a docker container. I've tried adding:
--privileged \
--cap-add=ALL \
to its launch commands, but I still see:
usr/sbin/killsnoop.bt -p 3519776
ERROR: tracepoint not found: syscalls:sys_enter_kill
I can run it from outside the container, if it launched with --pid=host that can make sense, however, thats just one of my 3 usecases where I need to trap things.
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to invoke killsnoop from inside a docker container. I've tried adding:
to its launch commands, but I still see:
I can run it from outside the container, if it launched with
--pid=host
that can make sense, however, thats just one of my 3 usecases where I need to trap things.The text was updated successfully, but these errors were encountered: