| Commit message (Expand) | Author | Age | Files | Lines |
* | fs: add link restriction audit reporting | Kees Cook | 2012-07-29 | 1 | -0/+4 |
* | seccomp: remove duplicated failure logging | Kees Cook | 2012-04-14 | 1 | -4/+4 |
* | constify path argument of audit_log_d_path() | Al Viro | 2012-03-20 | 1 | -1/+1 |
* | audit: comparison on interprocess fields | Peter Moody | 2012-01-17 | 1 | -1/+23 |
* | audit: implement all object interfield comparisons | Peter Moody | 2012-01-17 | 1 | -1/+9 |
* | audit: allow interfield comparison between gid and ogid | Eric Paris | 2012-01-17 | 1 | -1/+2 |
* | audit: allow interfield comparison in audit rules | Eric Paris | 2012-01-17 | 1 | -0/+4 |
* | audit: remove task argument to audit_set_loginuid | Eric Paris | 2012-01-17 | 1 | -1/+1 |
* | audit: allow audit matching on inode gid | Eric Paris | 2012-01-17 | 1 | -0/+1 |
* | audit: allow matching on obj_uid | Eric Paris | 2012-01-17 | 1 | -0/+1 |
* | audit: remove audit_finish_fork as it can't be called | Eric Paris | 2012-01-17 | 1 | -2/+0 |
* | audit: inline audit_free to simplify the look of generic code | Eric Paris | 2012-01-17 | 1 | -1/+6 |
* | audit: drop audit_set_macxattr as it doesn't do anything | Eric Paris | 2012-01-17 | 1 | -2/+0 |
* | audit: inline checks for not needing to collect aux records | Eric Paris | 2012-01-17 | 1 | -3/+20 |
* | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -3/+10 |
* | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -8/+14 |
* | seccomp: audit abnormal end to a process due to seccomp | Eric Paris | 2012-01-17 | 1 | -0/+8 |
* | switch kern_ipc_perm to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | switch mq_open() to umode_t | Al Viro | 2012-01-03 | 1 | -2/+2 |
* | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 2011-10-31 | 1 | -6/+5 |
* | netfilter: add SELinux context support to AUDIT target | Mr Dash Four | 2011-06-30 | 1 | -0/+7 |
* | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2011-01-19 | 1 | -0/+1 |
|\ |
|
| * | headers: path.h redux | Alexey Dobriyan | 2011-01-10 | 1 | -0/+1 |
* | | netfilter: create audit records for x_tables replaces | Thomas Graf | 2011-01-16 | 1 | -0/+1 |
* | | netfilter: audit target to record accepted/dropped packets | Thomas Graf | 2011-01-16 | 1 | -0/+1 |
|/ |
|
* | audit mmap | Al Viro | 2010-10-30 | 1 | -0/+9 |
* | gcc-4.6: fs: fix unused but set warnings | Andi Kleen | 2010-08-07 | 1 | -1/+1 |
* | Lose the first argument of audit_inode_child() | Al Viro | 2010-02-08 | 1 | -6/+5 |
* | Audit: clean up all op= output to include string quoting | Eric Paris | 2009-06-24 | 1 | -0/+3 |
* | integrity: audit update | Mimi Zohar | 2009-02-12 | 1 | -1/+3 |
* | Merge branch 'master' into next | James Morris | 2009-02-06 | 1 | -50/+48 |
|\ |
|
| * | audit: validate comparison operations, store them in sane form | Al Viro | 2009-01-04 | 1 | -0/+12 |
| * | audit rules ordering, part 2 | Al Viro | 2009-01-04 | 1 | -0/+1 |
| * | fixing audit rule ordering mess, part 1 | Al Viro | 2009-01-04 | 1 | -0/+1 |
| * | sanitize audit_log_capset() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_fd_pair() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_mq_open() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize AUDIT_MQ_SENDRECV | Al Viro | 2009-01-04 | 1 | -13/+4 |
| * | sanitize audit_mq_notify() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_mq_getsetattr() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_ipc_set_perm() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_ipc_obj() | Al Viro | 2009-01-04 | 1 | -5/+4 |
| * | sanitize audit_socketcall | Al Viro | 2009-01-04 | 1 | -2/+2 |
* | | integrity: IMA as an integrity service provider | Mimi Zohar | 2009-02-06 | 1 | -0/+5 |
|/ |
|
* | Merge branch 'next' into for-linus | James Morris | 2008-12-25 | 1 | -0/+26 |
|\ |
|
| * | CRED: Make execve() take advantage of copy-on-write credentials | David Howells | 2008-11-14 | 1 | -16/+0 |
| * | CRED: Inaugurate COW credentials | David Howells | 2008-11-14 | 1 | -8/+14 |
| * | When the capset syscall is used it is not possible for audit to record the | Eric Paris | 2008-11-11 | 1 | -0/+10 |
| * | Any time fcaps or a setuid app under SECURE_NOROOT is used to result in a | Eric Paris | 2008-11-11 | 1 | -0/+26 |
* | | [PATCH] fix broken timestamps in AVC generated by kernel threads | Al Viro | 2008-12-09 | 1 | -2/+2 |