summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-31audit: fix a memory leak bugWenwen Wang1-5/+7
2018-08-03audit: allow not equal op for audit by executableOndrej Mosnáček2-1/+3
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs4-102/+57
2016-06-16audit: fix some horrible switch statement style crimesPaul Moore2-4/+12
2016-05-31audit: fixup: log on errors from filter user rulesRichard Guy Briggs1-2/+2
2016-02-08audit: Fix typo in commentWei Yuan2-4/+4
2015-11-04audit: fix comment block whitespaceScott Matheina1-7/+7
2015-08-06audit: implement audit by executableRichard Guy Briggs7-2/+97
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs4-2/+232
2015-08-05audit: make audit_del_rule() more robustRichard Guy Briggs1-6/+6
2015-08-05audit: fix uninitialized variable in audit_add_rule()Paul Moore1-1/+1
2015-08-04audit: eliminate unnecessary extra layer of watch referencesRichard Guy Briggs2-16/+5
2015-02-12Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-3/+0
2015-01-20audit: remove vestiges of vers_opsRichard Guy Briggs2-3/+0
2014-12-24Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds4-21/+28
2014-12-23audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2-0/+14
2014-12-19audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore1-13/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds43-180/+204
2014-10-10audit: cull redundancy in audit_rule_changeRichard Guy Briggs1-11/+7
2014-10-10audit: WARN if audit_rule_change called illegallyEric Paris1-1/+2
2014-10-10audit: put rule existence check in canonical orderRichard Guy Briggs1-1/+1
2014-09-23audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2-14/+29
2014-09-23audit: invalid op= values for rulesBurn Alting3-5/+5
2014-08-07kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick1-2/+2
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds36-119/+351
2014-04-02audit: do not cast audit_rule_data pointers pointleslyEric Paris1-2/+2
2014-03-20audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs6-16/+38
2014-03-20audit: Send replies in the proper network namespace.Eric W. Biederman3-14/+17
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman3-6/+9
2014-03-08audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2-2/+2
2014-03-07audit: Use more current logging style againRichard Guy Briggs2-21/+22
2014-03-01audit: Send replies in the proper network namespace.Eric W. Biederman3-14/+17
2014-02-28audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman3-6/+9
2014-01-14audit: log on errors from filter user rulesRichard Guy Briggs2-5/+8
2014-01-14audit: convert all sessionid declaration to unsigned intEric Paris10-29/+29
2014-01-14audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs3-34/+48
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: do not reject all AUDIT_INODE filter typesEric Paris1-0/+1
2013-11-05audit: change decimal constant to macro for invalid uidRichard Guy Briggs2-1/+3
2013-07-09audit: Fix decimal constant descriptionMichal Simek1-1/+1
2013-07-09kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang1-0/+6
2013-07-09kernel/auditfilter.c: fixing build warningRaphael S. Carvalho1-1/+1
2013-05-24auditfilter.c: fix kernel-doc warningsRandy Dunlap1-3/+0
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds12-867/+745
2013-05-08audit: Make testing for a valid loginuid explicit.Eric W. Biederman4-3/+25
2013-04-30audit: use a consistent audit helper to log lsm informationEric Paris4-50/+15
2013-04-30audit: stop pushing loginid, uid, sessionid as argumentsEric Paris5-83/+52
2013-04-30audit: remove the old depricated kernel interfaceEric Paris2-180/+8
2013-04-30audit: make validity checking genericEric Paris1-76/+70
[next]