summaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-2/+6
|\
| * audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-221-2/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
|/
* audit_compare_dname_path(): switch to const struct qstr *Al Viro2019-04-291-1/+1
* audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs2019-02-081-0/+5
* audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-031-9/+0Star
* audit: ignore fcaps on umountRichard Guy Briggs2019-01-311-1/+1
* audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs2019-01-251-31/+33
* audit: add support for fcaps v3Richard Guy Briggs2019-01-251-0/+1
* audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs2019-01-151-2/+2
* audit: use current whenever possiblePaul Moore2018-11-271-1/+1
* audit: remove WATCH and TREE config optionsRichard Guy Briggs2018-11-191-3/+3
* audit: localize audit_log_session_info prototypeRichard Guy Briggs2018-11-191-0/+2
* audit: track the owner of the command mutex ourselvesPaul Moore2018-02-231-1/+2
* Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\
| * audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-101-1/+1
* | ipc: mqueue: Replace timespec with timespec64Deepa Dinamani2017-09-041-1/+1
|/
* audit: style fixDerek Robson2017-06-131-14/+14
* audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs2017-05-301-0/+1
* audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-1/+1
* audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-021-1/+1
* audit: kernel generated netlink traffic should have a portid of 0Paul Moore2017-05-021-2/+1Star
* audit: move audit_signal_info() into kernel/auditsc.cPaul Moore2017-03-271-7/+1Star
* audit: fix auditd/kernel connection state trackingPaul Moore2017-03-211-7/+2Star
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-211-0/+3
|\
| * audit: log module name on init_moduleRichard Guy Briggs2017-02-131-0/+3
* | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-061-1/+1
|/
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-301-0/+2
|\
| * audit: add fields to exclude filter by reusing user filterRichard Guy Briggs2016-06-271-0/+2
* | audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs2016-06-281-0/+4
|/
* security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher2015-12-241-1/+1
* audit: audit_tree_match can be booleanYaowei Bai2015-11-041-1/+1
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-09-081-0/+18
|\
| * audit: implement audit by executableRichard Guy Briggs2015-08-061-0/+4
| * audit: clean simple fsnotify implementationRichard Guy Briggs2015-08-061-0/+14
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-04-221-0/+3
|\ \ | |/ |/|
| * audit: consolidate handling of mm->exe_fileDavidlohr Bueso2015-02-231-0/+3
* | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-231-15/+2Star
|/
* audit: reduce scope of audit_log_fcapsRichard Guy Briggs2014-09-231-1/+0Star
* audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-03-201-1/+1
* audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts2014-03-201-0/+6
* audit: Convert int limit uses to u32Joe Perches2014-01-141-1/+1
* audit: listen in all network namespacesRichard Guy Briggs2014-01-141-0/+5
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-141-4/+4
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-1/+0Star
* audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-051-0/+4
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-091-0/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-0/+156
|\
| * audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-301-0/+157
| * audit: remove duplicate export of audit_enabledGao feng2013-04-121-1/+0Star