summaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
Commit message (Expand)AuthorAgeFilesLines
* 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-031-1/+1
|/
* audit: style fixDerek Robson2017-06-121-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/+1
* audit: move audit_signal_info() into kernel/auditsc.cPaul Moore2017-03-271-7/+1
* audit: fix auditd/kernel connection state trackingPaul Moore2017-03-211-7/+2
* 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-051-1/+1
|/
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-07-291-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/+2
|/
* audit: reduce scope of audit_log_fcapsRichard Guy Briggs2014-09-231-1/+0
* 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-131-0/+5
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-131-4/+4
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-1/+0
* 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/+0
* | audit: remove unnecessary #if CONFIG_AUDITGao feng2013-04-291-2/+0
* | audit: remove duplicate export of audit_enabledGao feng2013-04-291-1/+0
|/
* audit: optimize audit_compare_dname_pathJeff Layton2012-10-121-1/+4
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-121-2/+1
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-121-0/+1
* userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-1/+1
* audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-171-0/+2
* audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris2012-01-171-5/+1
* audit: make functions staticStephen Hemminger2010-10-301-4/+1
* Audit: split audit watch KconfigEric Paris2010-07-281-1/+13
* audit: do not get and put just to free a watchEric Paris2010-07-281-2/+1
* Audit: clean up the audit_watch splitEric Paris2010-07-281-9/+4
* Fix rule eviction order for AUDIT_DIRAl Viro2009-06-241-2/+5
OpenPOWER on IntegriCloud