summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-31test(readahead): add end-to-end integration coveragePaul Buetow
2026-05-31listxattrat: READ-classify return for xattr-list family consistencyPaul Buetow
2026-05-31getxattrat: READ-classify return for xattr-get family consistencyPaul Buetow
2026-05-31test(timer): add POSIX timer family end-to-end integration coveragePaul Buetow
2026-05-31test(retbytes): assert read byte counts for pread64/preadv/preadv2Paul Buetow
2026-05-31test(openat2): add end-to-end integration coverage for openat2Paul Buetow
2026-05-31test(mountfs): exercise fsopen end-to-end in mount-API scenarioPaul Buetow
2026-05-31test(aio): add io_submit end-to-end integration coveragePaul Buetow
2026-05-31test(aio): add io_setup end-to-end integration coveragePaul Buetow
2026-05-30test(generate): lock in semctl handler as KindSysVOp/FamilyIPCPaul Buetow
2026-05-30generate: treat rt_sigreturn as noreturn (suppress dead exit handler)Paul 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(perf_event_open): lock in audit findingsPaul Buetow
2026-05-30test(generate): lock in msgctl SysV-op classificationPaul Buetow
2026-05-30test(mlockall): lock in KindNull/FamilyMemory classificationPaul Buetow
2026-05-30test(dup): lock in fd_event handler captures oldfd (args[0])Paul Buetow
2026-05-30test(arch_prctl): lock in KindNull/UNCLASSIFIED + FamilyProcessPaul Buetow
2026-05-30test(generate): lock in listen(2) handler classificationPaul Buetow
2026-05-30test(kexec_file_load): lock in KindFd/Security/UNCLASSIFIED auditPaul 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(rmdir): lock in FS family, args[0] pathname capture, UNCLASSIFIED exitPaul 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-30kexec_load: classify into Security family with its siblingPaul 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-30test(generate): lock in bind syscall classificationPaul Buetow
2026-05-30test(signalfd4): lock in args[3] flags index for eventfd handlerPaul Buetow
2026-05-30test(select): lock in nfds/timeval capture and UNCLASSIFIED exitPaul 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(generate): lock in mkdirat path capture at args[1]Paul Buetow
2026-05-30creat: keep pathname on failed creat; lock in fd->path mappingPaul Buetow
2026-05-30fix(sleep): record sentinel for TIMER_ABSTIME clock_nanosleep (a20)Paul Buetow
2026-05-30test(clock_nanosleep): lock in exit handler UNCLASSIFIED ret + args[2] reques...Paul Buetow
2026-05-30Document Process-vs-Misc boundary; keep set_tid_address in Process (task 920)Paul Buetow
2026-05-30test(generate): lock in set_tid_address ret as UNCLASSIFIEDPaul Buetow
2026-05-30test(generate): lock in tkill classification (Signals/null/UNCLASSIFIED)Paul 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