summaryrefslogtreecommitdiff
path: root/src/pathtrace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersDmitry V. Levin2023-04-301-1/+1
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-221-23/+35
* Update copyright headersDmitry V. Levin2022-08-071-1/+1
* pathtrace, strace: refactor path trace options parsing and storingEugene Syromyatnikov2022-07-111-2/+2
* secontext: fix expected SELinux context check for unlinked FDsEugene Syromyatnikov2022-07-041-8/+18
* pathtrace, util: do not print " (deleted)" as part of the pathEugene Syromyatnikov2022-07-041-3/+45
* Use loop initial declarationsDmitry V. Levin2021-11-051-10/+5
* Call get_proc_pid instead of translate_pid where only proc_pid is neededEugene Syromyatnikov2021-08-301-2/+1
* Implement memfd_secret syscall decodingEugene Syromyatnikov2021-08-021-0/+1
* Implement landlock_{add_rule,create_ruleset,restrict_self} syscall decodingEugene Syromyatnikov2021-07-161-0/+3
* defs: fix -Wmissing-prototypes warningsDmitry V. Levin2021-06-031-1/+1
* close_range: fd and max_fd are unsignedAlyssa Ross2021-05-051-1/+0
* Implement decoding of mount_setattr syscallDmitry V. Levin2021-04-181-0/+1
* pathtrace: fix typo in commentAlyssa Ross2021-04-041-1/+1
* Replace printllval with print_arg_lld and print_arg_lluDmitry V. Levin2021-03-011-1/+1
* Update copyright headersDmitry V. Levin2021-02-161-1/+1
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-0/+417