Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mmap syscall not being traced. #44

Open
thecrogers opened this issue Oct 20, 2020 · 0 comments
Open

mmap syscall not being traced. #44

thecrogers opened this issue Oct 20, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@thecrogers
Copy link
Collaborator

Bpfink is tracing several system calls to trace file write events.

The currently covered system calls cover the majority of normal file write events.

However if a file is modified with mmap. The file can be modified without being caught by bpfink. So long as the file size does not change. As a change in file size requires a write syscall which would be caught by bpfink.

@thecrogers thecrogers added the bug Something isn't working label Oct 20, 2020
@thecrogers thecrogers self-assigned this Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant