Age | Commit message (Expand) | Author | Files | Lines |
2014-04-11 | AUDIT: make audit_is_compat depend on CONFIG_AUDIT_COMPAT_GENERIC | Chris Metcalf | 1 | -1/+1 |
2014-03-24 | audit: define audit_is_compat in kernel internal header | Eric Paris | 1 | -0/+6 |
2014-03-20 | audit: Add generic compat syscall support | AKASHI Takahiro | 1 | -0/+8 |
2014-03-20 | audit: Send replies in the proper network namespace. | Eric W. Biederman | 1 | -1/+2 |
2014-01-14 | audit: Convert int limit uses to u32 | Joe Perches | 1 | -1/+1 |
2014-01-14 | audit: correct a type mismatch in audit_syscall_exit() | AKASHI Takahiro | 1 | -1/+1 |
2014-01-14 | audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases | Richard Guy Briggs | 1 | -1/+3 |
2014-01-14 | audit: fix incorrect type of sessionid | Richard Guy Briggs | 1 | -2/+2 |
2014-01-14 | audit: fix netlink portid naming and types | Richard Guy Briggs | 1 | -1/+1 |
2014-01-14 | audit: Simplify and correct audit_log_capset | Eric W. Biederman | 1 | -5/+5 |
2013-11-05 | audit: call audit_bprm() only once to add AUDIT_EXECVE information | Richard Guy Briggs | 1 | -6/+3 |
2013-11-05 | audit: move audit_aux_data_execve contents into audit_context union | Richard Guy Briggs | 1 | -2/+2 |
2013-11-05 | audit: implement generic feature setting and retrieving | Eric Paris | 1 | -0/+2 |
2013-07-09 | audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_... | Jeff Layton | 1 | -4/+22 |
2013-05-08 | audit: Make testing for a valid loginuid explicit. | Eric W. Biederman | 1 | -0/+5 |
2013-04-30 | audit: fix event coverage of AUDIT_ANOM_LINK | Eric Paris | 1 | -9/+11 |
2013-04-30 | helper for some session id stuff | Eric Paris | 1 | -0/+2 |
2013-04-30 | audit: use a consistent audit helper to log lsm information | Eric Paris | 1 | -3/+5 |
2013-04-30 | audit: stop pushing loginid, uid, sessionid as arguments | Eric Paris | 1 | -2/+1 |
2013-04-17 | audit: allow checking the type of audit message in the user filter | Eric Paris | 1 | -1/+1 |
2013-04-10 | kernel: audit: beautify code, for extern function, better to check its parame... | Chen Gang | 1 | -5/+11 |
2013-04-10 | audit: Syscall rules are not applied to existing processes on non-x86 | Anton Blanchard | 1 | -1/+1 |
2013-01-12 | linux/audit.h: move ptrace.h include to kernel header | Mike Frysinger | 1 | -0/+1 |
2013-01-12 | audit: create explicit AUDIT_SECCOMP event type | Kees Cook | 1 | -1/+2 |
2012-10-13 | UAPI: (Scripted) Disintegrate include/linux | David Howells | 1 | -380/+1 |
2012-10-13 | Merge tag 'for-3.7' of git://openrisc.net/jonas/linux | Linus Torvalds | 1 | -0/+1 |
2012-10-13 | audit: make audit_inode take struct filename | Jeff Layton | 1 | -4/+6 |
2012-10-13 | audit: allow audit code to satisfy getname requests from its names_list | Jeff Layton | 1 | -0/+11 |
2012-10-13 | vfs: define struct filename and have getname() return it | Jeff Layton | 1 | -5/+7 |
2012-10-12 | audit: overhaul __audit_inode_child to accomodate retrying | Jeff Layton | 1 | -5/+11 |
2012-10-12 | audit: set the name_len in audit_inode for parent lookups | Jeff Layton | 1 | -5/+10 |
2012-10-12 | audit: add a new "type" field to audit_names struct | Jeff Layton | 1 | -0/+5 |
2012-10-12 | audit: reverse arguments to audit_inode_child | Jeff Layton | 1 | -9/+9 |
2012-10-05 | audit.h: replace defines with C stubs | Kees Cook | 1 | -53/+153 |
2012-10-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+2 |
2012-09-21 | audit: define AUDIT_ARCH_OPENRISC | Kees Cook | 1 | -0/+1 |
2012-09-18 | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 1 | -3/+3 |
2012-09-18 | audit: Add typespecific uid and gid comparators | Eric W. Biederman | 1 | -0/+2 |
2012-09-18 | audit: Remove the unused uid parameter from audit_receive_filter | Eric W. Biederman | 1 | -1/+1 |
2012-09-18 | audit: Use current instead of NETLINK_CREDS() in audit_filter | Eric W. Biederman | 1 | -1/+1 |
2012-09-12 | audit: export audit_log_task_info | Peter Moody | 1 | -0/+2 |
2012-07-29 | fs: add link restriction audit reporting | Kees Cook | 1 | -0/+4 |
2012-04-14 | seccomp: remove duplicated failure logging | Kees Cook | 1 | -4/+4 |
2012-03-21 | constify path argument of audit_log_d_path() | Al Viro | 1 | -1/+1 |
2012-01-18 | audit: comparison on interprocess fields | Peter Moody | 1 | -1/+23 |
2012-01-18 | audit: implement all object interfield comparisons | Peter Moody | 1 | -1/+9 |
2012-01-18 | audit: allow interfield comparison between gid and ogid | Eric Paris | 1 | -1/+2 |
2012-01-18 | audit: allow interfield comparison in audit rules | Eric Paris | 1 | -0/+4 |
2012-01-18 | audit: remove task argument to audit_set_loginuid | Eric Paris | 1 | -1/+1 |
2012-01-18 | audit: allow audit matching on inode gid | Eric Paris | 1 | -0/+1 |