Skip to content

The tracee cannot trace the syscall event that the container is started before the tracee. #3203

@caoliwu

Description

@caoliwu

I'm trying to trace the syscall events of the app container using tracee, and I found that:

1.tracee can trace syscall event
(1)start tracee container
(2)start the app container
Tracee can trace the syscall event of the app container. Everything is good.

2.tracee can't trace syscall event
(1)start the app container
(2)start tracee container
Tracee get nothing. The command I executed to start the tracee container is:
docker run --name tracee_0 --rm -it --pid=host --privileged -v /etc/os-release:/etc/os-release-host:ro -e LIBBPFGO_OSRELEASE_FILE=/etc/os-release-host -v /usr/src:/usr/src:ro -v /lib/modules:/lib/modules:ro -v /tmp/tracee:/tmp/tracee:rw -v /opt/clw/:/opt/clw:rw aquasec/tracee:full --filter container --filter set=syscalls --output option:parse-arguments-fds

Anything wrong with my operation?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions