summaryrefslogtreecommitdiffstats
path: root/kernel/auditfilter.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-091-1/+1
* | audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-011-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-141-4/+7
* audit: convert all sessionid declaration to unsigned intEric Paris2014-01-141-1/+1
* audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2014-01-141-30/+41
* audit: listen in all network namespacesRichard Guy Briggs2014-01-141-0/+1
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-141-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-251-3/+0Star
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2013-05-111-250/+110Star
|\
| * audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-081-2/+15
| * audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-12/+1Star
| * audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-13/+9Star
| * audit: remove the old depricated kernel interfaceEric Paris2013-04-301-157/+3Star
| * audit: make validity checking genericEric Paris2013-04-301-76/+70Star
| * 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-301-0/+4
|/
* audit: fix auditfilter.c kernel-doc warningsRandy Dunlap2013-01-101-1/+0Star
* 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/+7Star
* audit: remove dirlen argument to audit_compare_dname_pathJeff Layton2012-10-121-5/+1Star
* 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-181-3/+4
* audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-181-10/+109
* audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-181-1/+1
* audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-181-7/+6Star
* audit: allow interfield comparison in audit rulesEric Paris2012-01-171-1/+4
* audit: allow audit matching on inode gidEric Paris2012-01-171-0/+1
* audit: allow matching on obj_uidEric Paris2012-01-171-0/+1
* audit: reject entry,always rulesEric Paris2012-01-171-2/+4
* audit: make filetype matching consistent with other filtersEric Paris2012-01-171-2/+2
* netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-3/+7
* Audit: add support to match lsm labels on user audit messagesMiloslav Trmac2010-10-301-0/+12
* audit: do not get and put just to free a watchEric Paris2010-07-281-5/+1Star
* Audit: clean up the audit_watch splitEric Paris2010-07-281-26/+15Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Audit: clean up all op= output to include string quotingEric Paris2009-06-241-7/+5Star
* Audit: move audit_get_nd completely into audit_watchEric Paris2009-06-241-13/+2Star
* audit: seperate audit inode watches into a subfileEric Paris2009-06-241-467/+14Star
* Audit: dereferencing krule as if it were an audit_watchEric Paris2009-06-241-34/+24Star
* Audit: fix audit watch use after freeEric Paris2009-06-241-0/+2
* inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positiveWu Fengguang2009-05-071-2/+2
* make the e->rule.xxx shorter in kernel auditfilter.cZhenwen Xu2009-04-051-8/+8
* audit: validate comparison operations, store them in sane formAl Viro2009-01-041-67/+65Star