diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-22 22:43:00 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-07-22 22:43:00 +0200 |
commit | d9ad9d226fd4613509c73b99e13f11606c10ff0d (patch) | |
tree | 54e25ba99e915e0905d272ad5e293958a38fc7db /TODO | |
parent | fs-tracer: open files should be referenced with pid+fd (diff) | |
download | fs-tracer-d9ad9d226fd4613509c73b99e13f11606c10ff0d.tar.gz fs-tracer-d9ad9d226fd4613509c73b99e13f11606c10ff0d.tar.bz2 fs-tracer-d9ad9d226fd4613509c73b99e13f11606c10ff0d.zip |
fs-tracer: handle close syscall and properly serialize reqs
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO index 47d6516..1c3ecce 100644 --- a/TODO +++ b/TODO @@ -1 +1,2 @@ put agent in docker +it seems like openat is not the only active syscall there is? |