summaryrefslogtreecommitdiffstats
path: root/kernel/auditfilter.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2015-02-111-2/+0
|\
| * audit: remove vestiges of vers_opsRichard Guy Briggs2015-01-201-2/+0
* | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2014-12-231-13/+10
|\ \ | |/
| * audit: restore AUDIT_LOGINUID unset ABIRichard Guy Briggs2014-12-231-0/+10
| * audit: don't attempt to lookup PIDs when changing PID filtering audit rulesPaul Moore2014-12-191-13/+0
* | Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-24/+32
|\ \ | |/
| * audit: cull redundancy in audit_rule_changeRichard Guy Briggs2014-10-101-11/+7
| * audit: WARN if audit_rule_change called illegallyEric Paris2014-10-101-1/+2
| * audit: put rule existence check in canonical orderRichard Guy Briggs2014-10-101-1/+1
| * audit: use union for audit_field values since they are mutually exclusiveRichard Guy Briggs2014-09-231-9/+20
| * audit: invalid op= values for rulesBurn Alting2014-09-231-2/+2
* | kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick2014-08-061-2/+2
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-121-8/+25
|\
| * audit: do not cast audit_rule_data pointers pointleslyEric Paris2014-04-021-2/+2
| * audit: anchor all pid references in the initial pid namespaceRichard Guy Briggs2014-03-201-1/+16
| * audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-2/+5
| * audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-03-201-1/+2
| * audit: Use more current logging style againRichard Guy Briggs2014-03-071-5/+7
* | audit: Update kdoc for audit_send_reply and audit_list_rules_sendEric W. Biederman2014-03-081-1/+1
* | audit: Send replies in the proper network namespace.Eric W. Biederman2014-02-281-2/+5
* | audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman2014-02-281-1/+2
|/
* audit: log on errors from filter user rulesRichard Guy Briggs2014-01-131-4/+7
* audit: convert all sessionid declaration to unsigned intEric Paris2014-01-131-1/+1
* audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2014-01-131-30/+41
* audit: listen in all network namespacesRichard Guy Briggs2014-01-131-0/+1
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-131-8/+10
* audit: do not reject all AUDIT_INODE filter typesEric Paris2013-11-051-0/+1
* audit: change decimal constant to macro for invalid uidRichard Guy Briggs2013-11-051-1/+1
* audit: Fix decimal constant descriptionMichal Simek2013-07-091-1/+1
* kernel/auditfilter.c: fix leak in audit_add_rule() error pathChen Gang2013-07-091-0/+6
* kernel/auditfilter.c: fixing build warningRaphael S. Carvalho2013-07-091-1/+1
* auditfilter.c: fix kernel-doc warningsRandy Dunlap2013-05-241-3/+0
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-250/+110
|\
| * audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-071-2/+15
| * audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-12/+1
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-13/+9
| * audit: remove the old depricated kernel interfaceEric Paris2013-04-301-157/+3
| * audit: make validity checking genericEric Paris2013-04-301-76/+70
| * audit: allow checking the type of audit message in the user filterEric Paris2013-04-161-3/+25
* | kernel/auditfilter.c: tree and watch will memory leak when failure occursChen Gang2013-04-291-0/+4
|/
* audit: fix auditfilter.c kernel-doc warningsRandy Dunlap2013-01-101-1/+0
* audit: optimize audit_compare_dname_pathJeff Layton2012-10-121-5/+11
* audit: make audit_compare_dname_path use parent_len helperEric Paris2012-10-121-20/+7
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-121-5/+1
* audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-121-0/+30
* userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-3/+4
* audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-171-10/+109
* audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-171-1/+1
* audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-171-7/+6
* audit: allow interfield comparison in audit rulesEric Paris2012-01-171-1/+4
OpenPOWER on IntegriCloud