[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
-
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 json
error initializing Tracee: failed to initialize tail call: failed to update map sys_enter_init_tail: operation not permitted
This 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_unique
but this not seems to be the right way to filter down sets.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions