[EDIT] --trace set=32bit_unique error: operation not permitted #2201
Unanswered
andrea-tomassi
asked this question in
Questions and Help
Replies: 1 comment
-
|
Hi, first of all thanks for reporting this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I need some help to better understand if I miss something:
I'm running the Docker image:
We use docker with containerd.
I tryed with various commands and filtering options, all of them seems to works properly, but this one:
trace --trace set=32bit_unique --output jsonerror initializing Tracee: failed to initialize tail call: failed to update map sys_enter_init_tail: operation not permittedThis is the complete log with -- debug flag:
EDIT
actually after more investigation I've found the problem is the subset "32bit_unique" set
At this point I tryied:
trace --debug --trace set=syscalls --trace set!=32bit_uniquebut this not seems to be the right way to filter down sets.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions