aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-0/+3
* Create new EINTEGRITY error with message "Integrity check failed".Kirk McKusick2019-01-171-0/+7
* Remove unused argument to priv_check_cred.Mateusz Guzik2018-12-111-3/+3
* audi: replace open-coded TDP_AUDITREC checks with the macroMateusz Guzik2018-12-111-2/+2
* audit: predict AUDITING_TD as falseMateusz Guzik2018-11-291-1/+1
* audit: change audit_syscalls_enabled type to boolMateusz Guzik2018-11-292-6/+6
* Add const to input-only char * arguments.Brooks Davis2018-11-022-2/+2
* Rework the logic around quick checks for auditing that take place atRobert Watson2018-10-026-44/+103
* The kernel DTrace audit provider (dtaudit) relies on auditd(8) to loadRobert Watson2018-09-031-8/+83
* fix incorrect operator in the AUDITPIPE_SET_QLIMIT bounds checkAndriy Gapon2018-07-231-1/+1
* Fix audit of chflagsat, lgetfh, and setfibAlan Somers2018-07-221-0/+3
* auditon(2): fix A_SETPOLICY with 64-bit valuesAlan Somers2018-07-151-1/+1
* audit(4): fix the definition of ARG_TERMID_ADDRAlan Somers2018-06-131-1/+1
* #include <bsm/audit.h> in security/audit/audit_ioctl.hAlan Somers2018-05-301-0/+2
* Fix "Bad tailq" panic when auditing auditon(A_SETCLASS, ...)Alan Somers2018-05-281-1/+0
* audit(4): fix a typo in a commentAlan Somers2018-03-171-1/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2013-1/+27
* Sprinkle __read_frequently on few obvious places.Mateusz Guzik2017-09-061-1/+1
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-4/+4
* Break audit_bsm_klib.c into two files: one (audit_bsm_klib.c)Robert Watson2017-04-032-271/+330
* Correct macro names and signatures for !AUDIT versions of canonicalRobert Watson2017-03-311-2/+2
* Audit arguments to POSIX message queues, semaphores, and shared memory.Robert Watson2017-03-312-0/+56
* Audit arguments to System V IPC system calls implementing sempahores,Robert Watson2017-03-301-0/+30
* Various BSM generation improvements when auditing AUE_ACCEPT,Robert Watson2017-03-301-6/+68
* Don't ifdef KDTRACE_HOOKS struct, variable, and function prototypeRobert Watson2017-03-301-8/+0
* When handling msgsys(2), semsys(2), and shmsys(2) multiplex system calls,Robert Watson2017-03-295-3/+118
* Add an experimental DTrace audit provider, which allows users of DTrace toRobert Watson2017-03-295-15/+700
* Introduce an audit event identifier -> audit event name mappingRobert Watson2017-03-274-1/+216
* Extend comment describing path canonicalisation in audit.Robert Watson2017-03-271-1/+2
* Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM,Robert Watson2016-11-221-4/+1
* Don't check aq64_minfree which is unsigned for negative values.John Baldwin2016-09-081-2/+2
* Audit the accepted (or rejected) username argument to setlogin(2).Robert Watson2016-08-202-2/+8