summaryrefslogtreecommitdiff
path: root/internal/bpfsetup.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-29 16:58:36 +0300
committerPaul Buetow <paul@buetow.org>2026-05-29 16:58:36 +0300
commitd526d0a5f482a3b12675bd281683c58b23d9093c (patch)
tree2c7f9a2918fd40d89436745a31181cf0a58df306 /internal/bpfsetup.go
parente4d91d9a0e0e3dfb3ec6914c265c2f117a66d062 (diff)
classify: move lsm_* syscalls from Misc to Security family
The Linux Security Module introspection syscalls lsm_list_modules, lsm_get_self_attr and lsm_set_self_attr (Linux 6.8+) were classified as FamilyMisc while every sibling LSM/security syscall (landlock_*, keyctl, add_key, request_key, seccomp) is FamilySecurity. This audited inconsistency is fixed by adding the three lsm_* entries to the syscallFamilies map; their kind stays KindNull (args are userspace pointers + flags, no fd/path) and the exit remains a ret_event. Docs (syscall-tracing-plan.md) updated accordingly, generated artifacts regenerated via mage generate, and lock-in family assertions added to TestClassifySyscallPairEmitsAllFamilies. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'internal/bpfsetup.go')
0 files changed, 0 insertions, 0 deletions