aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* sys: add AUE_PDOPENPIDKonstantin Belousov2026-07-071-0/+10
* audit: Replace TAILQ with STAILQDag-Erling Smørgrav2026-06-051-11/+11
* audit: Add poll / select supportDag-Erling Smørgrav2026-06-051-2/+21
* audit: Fix logging of IPv6 addressesAndrew Gallatin2026-04-212-3/+16
* audit: handle AUE_PDWAITKonstantin Belousov2026-01-251-0/+10
* sys: add AUE_PDRFORKKonstantin Belousov2026-01-251-0/+18
* audit(4): Fix a typo in an kernel error messageGordon Bergling2025-10-291-1/+1
* audit: convert audit event class lookup to locklessAndrew Gallatin2025-10-271-13/+15
* knotes: kqueue: handle copy for trivial filtersKonstantin Belousov2025-10-181-0/+1
* audit: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-1/+1
* jail: Optionally allow audit session state to be configured in a jailMark Johnston2025-09-161-18/+29
* Revert "jail: Optionally allow audit session state to be configured in a jail"Mark Johnston2025-09-161-0/+12
* jail: Optionally allow audit session state to be configured in a jailMark Johnston2025-09-151-12/+0
* kern: adopt the cr_gid macro for cr_groups[0] more widelyKyle Evans2025-07-242-2/+2
* audit: move the wait from the queue length from the commit to allocKonstantin Belousov2025-06-181-16/+11
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-2/+1
* audit/audit.c: fix typo KERNEL_PANICED->KERNEL_PANICKEDKonstantin Belousov2025-02-051-1/+1
* audit(9): do not touch VFS if panicingKonstantin Belousov2025-02-051-1/+2
* audit: Fix short-circuiting in syscallenter()Mark Johnston2025-01-141-1/+4
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-261-1/+1
* cred: kern_setgroups(): Internally use int as number of groups' typeOlivier Certner2024-11-022-5/+5
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2715-15/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1615-30/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* vfs: retire KERN_VNODEMateusz Guzik2023-03-171-1/+0
* audit: Initialize vattr fields before calling VOP_GETATTRMark Johnston2022-03-281-0/+1
* vfs: NDFREE(&nd, NDF_ONLY_PNBUF) -> NDFREE_PNBUF(&nd)Mateusz Guzik2022-03-241-1/+1
* vfs: remove the unused thread argument from NDINIT*Mateusz Guzik2021-11-251-2/+2
* Add fspacectl(2), vn_deallocate(9) and VOP_DEALLOCATE(9).Ka Ho Ng2021-08-051-0/+12
* close_range: add audit supportAlex Richardson2021-02-231-0/+15
* audit: rework AUDIT_SYSCLOSEMateusz Guzik2020-12-172-8/+4
* security: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-6/+0
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-241-1/+1
* vfs: add VOP_STATMateusz Guzik2020-08-071-1/+1
* audit: provide AUDITING_TD for !AUDIT caseMateusz Guzik2020-07-041-0/+2
* Add BSM record conversion for a number of syscalls:Christian S.J. Peron2020-05-161-0/+34
* audit_canon_path_vp: don't panic if cdir == NULLKyle Evans2020-04-171-2/+7
* Make sure we convert internal audit records for thr_newChristian S.J. Peron2020-03-301-0/+3
* In r358471, we interrupted the case block that would eventually leadChristian S.J. Peron2020-03-031-9/+10
* fd: move vnodes out of filedesc into a dedicated structureMateusz Guzik2020-03-011-15/+12
* Currently kernel audit events for jail_set(2), jail_get(2), jail_attach(2),Christian S.J. Peron2020-02-291-0/+16
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* audit: provide audit_canon_path variant which accepts vnodesMateusz Guzik2020-02-214-23/+103
* audit: simplify path resolving logicMateusz Guzik2020-02-211-49/+26
* audit: rely on use count instead of hold count in audit_canon_pathMateusz Guzik2020-02-211-9/+6
* vfs: add realpathat syscallMateusz Guzik2020-02-201-0/+1
* Merge audit and systrace checksMateusz Guzik2020-02-141-3/+6
* Annotate branches in the syscall pathMateusz Guzik2020-02-141-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-033-6/+6
* Jail and capability mode for shm_rename; add audit support for shm_renameDavid Bright2019-11-181-0/+10