summaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
Commit message (Expand)AuthorAgeFilesLines
* AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERICChris Metcalf2014-04-101-1/+1
* audit: define audit_is_compat in kernel internal headerEric Paris2014-03-241-0/+6
* audit: Add generic compat syscall supportAKASHI Takahiro2014-03-201-0/+8
* audit: Send replies in the proper network namespace.Eric W. Biederman2014-03-201-1/+2
* audit: Convert int limit uses to u32Joe Perches2014-01-141-1/+1
* audit: correct a type mismatch in audit_syscall_exit()AKASHI Takahiro2014-01-131-1/+1
* audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* casesRichard Guy Briggs2014-01-131-1/+3
* audit: fix incorrect type of sessionidRichard Guy Briggs2014-01-131-2/+2
* audit: fix netlink portid naming and typesRichard Guy Briggs2014-01-131-1/+1
* audit: Simplify and correct audit_log_capsetEric W. Biederman2014-01-131-5/+5
* audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs2013-11-051-6/+3
* audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs2013-11-051-2/+2
* audit: implement generic feature setting and retrievingEric Paris2013-11-051-0/+2
* audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton2013-07-091-4/+22
* audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-071-0/+5
* audit: fix event coverage of AUDIT_ANOM_LINKEric Paris2013-04-301-9/+11
* helper for some session id stuffEric Paris2013-04-301-0/+2
* audit: use a consistent audit helper to log lsm informationEric Paris2013-04-301-3/+5
* audit: stop pushing loginid, uid, sessionid as argumentsEric Paris2013-04-301-2/+1
* audit: allow checking the type of audit message in the user filterEric Paris2013-04-161-1/+1
* kernel: audit: beautify code, for extern function, better to check its parame...Chen Gang2013-04-101-5/+11
* audit: Syscall rules are not applied to existing processes on non-x86Anton Blanchard2013-04-101-1/+1
* linux/audit.h: move ptrace.h include to kernel headerMike Frysinger2013-01-111-0/+1
* audit: create explicit AUDIT_SECCOMP event typeKees Cook2013-01-111-1/+2
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-380/+1
* Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds2012-10-131-0/+1
|\
| * audit: define AUDIT_ARCH_OPENRISCKees Cook2012-09-211-0/+1
* | audit: make audit_inode take struct filenameJeff Layton2012-10-121-4/+6
* | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-121-0/+11
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-121-5/+7
* | audit: overhaul __audit_inode_child to accomodate retryingJeff Layton2012-10-121-5/+11
* | audit: set the name_len in audit_inode for parent lookupsJeff Layton2012-10-121-5/+10
* | audit: add a new "type" field to audit_names structJeff Layton2012-10-121-0/+5
* | audit: reverse arguments to audit_inode_childJeff Layton2012-10-121-9/+9
* | audit.h: replace defines with C stubsKees Cook2012-10-061-53/+153
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-021-0/+2
|\ \
| * | audit: export audit_log_task_infoPeter Moody2012-09-121-0/+2
| |/
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-3/+3
* | audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-171-0/+2
* | 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-1/+1
|/
* fs: add link restriction audit reportingKees Cook2012-07-291-0/+4
* seccomp: remove duplicated failure loggingKees Cook2012-04-141-4/+4
* constify path argument of audit_log_d_path()Al Viro2012-03-201-1/+1
* audit: comparison on interprocess fieldsPeter Moody2012-01-171-1/+23
* audit: implement all object interfield comparisonsPeter Moody2012-01-171-1/+9
* audit: allow interfield comparison between gid and ogidEric Paris2012-01-171-1/+2
* audit: allow interfield comparison in audit rulesEric Paris2012-01-171-0/+4
* audit: remove task argument to audit_set_loginuidEric Paris2012-01-171-1/+1
* audit: allow audit matching on inode gidEric Paris2012-01-171-0/+1