summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-07-30Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds6-272/+236
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs4-25/+21
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs4-102/+57
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher9-15/+15
2015-11-04audit: audit_tree_match can be booleanYaowei Bai2-4/+4
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-38/+359
2015-08-06audit: implement audit by executableRichard Guy Briggs7-2/+97
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs4-2/+232
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-53/+94
2015-02-23audit: consolidate handling of mm->exe_fileDavidlohr Bueso3-16/+19
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore5-134/+29
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs2-2/+1
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman3-6/+9
2014-03-20audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts3-0/+74
2014-01-14audit: Convert int limit uses to u32Joe Perches3-26/+27
2014-01-14audit: listen in all network namespacesRichard Guy Briggs3-12/+61
2014-01-14audit: fix netlink portid naming and typesRichard Guy Briggs4-29/+31
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs4-15/+4
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs3-31/+18
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton4-7/+34
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds12-867/+745
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris4-369/+405
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng1-2/+0
2013-04-29audit: remove duplicate export of audit_enabledGao feng1-1/+0
2013-04-12audit: remove duplicate export of audit_enabledGao feng1-1/+0
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton4-12/+20
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton4-10/+5
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton8-34/+87
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman5-27/+37
2012-09-18audit: Add typespecific uid and gid comparatorsEric W. Biederman4-89/+184
2012-01-17audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2010-10-30audit: make functions staticStephen Hemminger3-9/+6
2010-07-28Audit: split audit watch KconfigEric Paris3-4/+21
2010-07-28audit: do not get and put just to free a watchEric Paris3-31/+5
2010-07-28Audit: clean up the audit_watch splitEric Paris5-67/+60
2009-06-24Fix rule eviction order for AUDIT_DIRAl Viro4-23/+72
2009-06-24Audit: move audit_get_nd completely into audit_watchEric Paris3-24/+23
2009-06-24audit: seperate audit inode watches into a subfileEric Paris6-506/+572
2009-01-04fixing audit rule ordering mess, part 1Al Viro4-43/+59
2008-04-28[PATCH 1/2] audit: move extern declarations to audit.hHarvey Harrison3-11/+13
2008-04-18SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish5-108/+71
2007-10-21[PATCH] audit: watching subtreesAl Viro10-10/+1310
2007-07-16Audit: add TTY input auditingMiloslav Trmac14-21/+518
2007-05-11[PATCH] audit signal recipientsAmy Griffis11-29/+206
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro13-0/+236
2006-07-01[PATCH] add rule filterkeyAmy Griffis4-36/+78
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis9-74/+142
2006-06-20[PATCH] audit: path-based rulesAmy Griffis6-89/+903
2006-06-20[PATCH] collect sid of those who send signals to auditdAl Viro5-25/+45
2006-06-20[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULESAl Viro3-52/+81
[next]