aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add AUE_WAIT6 handling to the BSM conversion switch statement, reusingRobert Watson2016-07-111-0/+1
* Implement AUE_PREAD and AUE_PWRITE BSM conversion support, eliminatingRobert Watson2016-06-131-0/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-212-4/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-212-7/+4
* audit(8): leave unsigned comparison for last.Pedro F. Giffuni2016-04-081-2/+2
* Busy the mount point which is the owner of the audit vnode, aroundKonstantin Belousov2016-01-161-15/+45
* Move the funsetown(9) call from audit_pipe_close() to cdevprivKonstantin Belousov2016-01-131-25/+4
* Merge from contrib/openbsm to bring the kernel audit bits up to date with Ope...Christian Brueffer2015-12-205-10/+0
* fd: make 'rights' a manadatory argument to fget* functionsMateusz Guzik2015-07-051-1/+3
* Replace struct filedesc argument in getvnode with struct threadMateusz Guzik2015-06-161-1/+1
* fd: make rights a mandatory argument to fget_unlockedMateusz Guzik2015-06-161-1/+3
* cred: add proc_set_cred helperMateusz Guzik2015-03-161-4/+4
* audit: fix cred assignment when A_SETPMASK is usedMateusz Guzik2015-03-151-1/+1
* Replace dev_clone with cdevpriv(9) KPI in audit_pipe code.Davide Italiano2014-08-201-71/+47
* audit: plug FILEDESC_LOCK leak in audit_canon_path.Mateusz Guzik2014-03-211-0/+1
* There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.John Baldwin2013-12-051-1/+0
* - Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+Davide Italiano2013-09-071-8/+3