summaryrefslogtreecommitdiffstats
path: root/include/linux/audit.h
Commit message (Expand)AuthorAgeFilesLines
* audit: Make testing for a valid loginuid explicit.Eric W. Biederman2013-05-081-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/+1Star
* 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/+1Star
* 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-131-4/+6
* | audit: allow audit code to satisfy getname requests from its names_listJeff Layton2012-10-131-0/+11
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-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-051-53/+153
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-031-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-181-3/+3
* | audit: Add typespecific uid and gid comparatorsEric W. Biederman2012-09-181-0/+2
* | 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-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-211-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
* audit: allow matching on obj_uidEric Paris2012-01-171-0/+1
* audit: remove audit_finish_fork as it can't be calledEric Paris2012-01-171-2/+0Star
* audit: inline audit_free to simplify the look of generic codeEric Paris2012-01-171-1/+6
* audit: drop audit_set_macxattr as it doesn't do anythingEric Paris2012-01-171-2/+0Star
* audit: inline checks for not needing to collect aux recordsEric Paris2012-01-171-3/+20
* audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-3/+10
* Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-8/+14
* seccomp: audit abnormal end to a process due to seccompEric Paris2012-01-171-0/+8
* switch kern_ipc_perm to umode_tAl Viro2012-01-041-2/+2
* switch mq_open() to umode_tAl Viro2012-01-041-2/+2
* treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-6/+5Star
* netfilter: add SELinux context support to AUDIT targetMr Dash Four2011-06-301-0/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-0/+1
|\
| * headers: path.h reduxAlexey Dobriyan2011-01-101-0/+1