summaryrefslogtreecommitdiff
path: root/internal/generate/classify_test.go
AgeCommit message (Expand)Author
12 daysfix(classify): capture timerfd_gettime/settime + splice/tee fd, not KindNullPaul Buetow
2026-06-01fix(classify): mq_timedsend returns status, not bytes — make ret UNCLASSIFIEDPaul Buetow
2026-06-01test(generate): remove redundant pure-classification unit testsPaul Buetow
2026-05-30test(generate): lock in pwritev WRITE byte-count classificationPaul Buetow
2026-05-30test(pipe): lock in pipe/pipe2 IPC classification and fd-pair exit readsPaul Buetow
2026-05-30test(arch_prctl): lock in KindNull/UNCLASSIFIED + FamilyProcessPaul Buetow
2026-05-30test(socketpair): lock in domain-is-not-an-fd invariant (c00)Paul Buetow
2026-05-30test(setsockopt): lock in KindFd enter, UNCLASSIFIED exit, Network familyPaul Buetow
2026-05-30test(request_key): lock in keyctl kind, security family, and unclassified returnPaul Buetow
2026-05-30test(generate): lock in pwrite64 WRITE_CLASSIFIED auditPaul Buetow
2026-05-30test(generate): lock in lseek classification (offset, not byte count)Paul Buetow
2026-05-30test(generate): lock in io_uring_register classification auditPaul Buetow
2026-05-30test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(getcwd): lock in KindNull enter + exit-time cwd resolutionPaul Buetow
2026-05-30test(kill): lock in KindNull enter and UNCLASSIFIED retPaul Buetow
2026-05-30test(iopl): lock in KindNull enter and UNCLASSIFIED ret classificationPaul Buetow
2026-05-30test(gettid): lock in KindNull/FamilyProcess/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(generate): lock in getgid null enter and UNCLASSIFIED retPaul Buetow
2026-05-30test(finit_module): lock in family and ret classificationPaul Buetow
2026-05-30sendfile64: capture out_fd instead of dropping both fdsPaul Buetow
2026-05-30test(generate): lock in sched_setparam pid-not-fd classificationPaul Buetow
2026-05-30test(sched_getparam): lock in KindNull/FamilySched/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(setpgid): lock in KindNull/Process/UNCLASSIFIED audit findingsPaul Buetow
2026-05-30family: document Misc-vs-IPC boundary rule; keep robust_list in Misc (task 520)Paul Buetow
2026-05-29test(generate): lock in setuid classification auditPaul Buetow
2026-05-29test(mknod): lock in mknod/mknodat path-arg classificationPaul Buetow
2026-05-29test(classify): lock in keyctl-family audit (kind/family/ret)Paul Buetow
2026-05-29test(generate): lock in get_robust_list/set_robust_list classificationPaul Buetow
2026-05-29test(generate): lock in access/faccessat path classificationPaul Buetow
2026-05-29test(generate): lock in sync(2) void-but-returns classificationPaul Buetow
2026-05-29test(generate): lock in recvmsg READ_CLASSIFIED auditPaul Buetow
2026-05-29ioprio_set/ioprio_get: classify as Process familyPaul Buetow
2026-05-29test(fallocate): lock in FS family, KindFd enter, UNCLASSIFIED retPaul Buetow
2026-05-29test(classify): lock in pwritev2 WRITE byte-count classificationPaul Buetow
2026-05-29test(generate): lock in init_module vs finit_module classificationPaul Buetow
2026-05-29test(syncfs): lock in FS family + fd kind classificationPaul Buetow
2026-05-29utime/utimes: classify as FS family (fix Misc misclassification)Paul Buetow
2026-05-29test(generate): lock in sendmsg write byte-count classificationPaul Buetow
2026-05-29test(classify): lock in sched_getattr pid-not-fd classificationPaul Buetow
2026-05-29classify: move lsm_* syscalls from Misc to Security familyPaul Buetow
2026-05-29test(generate): lock in setdomainname KindNull classificationPaul Buetow
2026-05-29codegen: suppress unreachable sys_exit handlers for noreturn syscallsPaul Buetow
2026-05-29test(generate): lock in getpeername exit classification as KindRetPaul Buetow
2026-05-28close_range: honor last bound and CLOSE_RANGE_CLOEXEC flagPaul Buetow
2026-05-223c table-drive name-only syscall classificationPaul Buetow
2026-05-21o7 classify landlock add-rule and restrict-self as fdPaul Buetow
2026-05-21m7 classify time and posix timer syscallsPaul Buetow
2026-05-21k7 classify process control and prctl syscallsPaul Buetow
2026-05-21j7 add futex kind and aggregate-only defaultsPaul Buetow
2026-05-21l7 classify numa and process memory syscallsPaul Buetow