| Commit message (Expand) | Author | Age | Files | Lines |
* | audit: don't check if kauditd is valid every time | Gao feng | 2013-04-30 | 1 | -6/+6 |
* | kernel/audit.c: avoid negative sleep durations | Andrew Morton | 2013-01-11 | 1 | -13/+23 |
* | audit: catch possible NULL audit buffers | Kees Cook | 2013-01-11 | 1 | -0/+4 |
* | fs: handle failed audit_log_start properly | Sasha Levin | 2012-10-10 | 1 | -0/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -13/+12 |
|\ |
|
| * | netlink: Rename pid to portid to avoid confusion | Eric W. Biederman | 2012-09-10 | 1 | -10/+10 |
| * | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-09 | 1 | -2/+1 |
* | | userns: Convert audit to work with user namespaces enabled | Eric W. Biederman | 2012-09-18 | 1 | -2/+2 |
* | | userns: Convert the audit loginuid to be a kuid | Eric W. Biederman | 2012-09-18 | 1 | -10/+10 |
* | | audit: Don't pass pid or uid to audit_log_common_recv_msg | Eric W. Biederman | 2012-09-18 | 1 | -15/+14 |
* | | audit: Remove the unused uid parameter from audit_receive_filter | Eric W. Biederman | 2012-09-18 | 1 | -2/+2 |
* | | audit: Properly set the origin port id of audit messages. | Eric W. Biederman | 2012-09-18 | 1 | -1/+1 |
* | | audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GET | Eric W. Biederman | 2012-09-18 | 1 | -25/+13 |
* | | audit: kill audit_prepare_user_tty | Eric W. Biederman | 2012-09-18 | 1 | -19/+1 |
* | | audit: Use current instead of NETLINK_CREDS() in audit_filter | Eric W. Biederman | 2012-09-18 | 1 | -1/+1 |
* | | audit: Limit audit requests to processes in the initial pid and user namespaces. | Eric W. Biederman | 2012-09-18 | 1 | -0/+6 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-08-01 | 1 | -0/+21 |
|\ |
|
| * | fs: add link restriction audit reporting | Kees Cook | 2012-07-29 | 1 | -0/+21 |
* | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-30 | 1 | -2/+5 |
* | | audit: netlink: Move away from NLMSG_NEW(). | David S. Miller | 2012-06-27 | 1 | -10/+13 |
|/ |
|
* | constify path argument of audit_log_d_path() | Al Viro | 2012-03-21 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-18 | 1 | -2/+2 |
|\ |
|
| * | audit: no leading space in audit_log_d_path prefix | Kees Cook | 2012-01-17 | 1 | -1/+1 |
| * | audit: drop the meaningless and format breaking word 'user' | Eric Paris | 2012-01-17 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2012-01-15 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | security: remove the security_netlink_recv hook as it is equivalent to capable() | Eric Paris | 2012-01-06 | 1 | -2/+2 |
* | | audit: always follow va_copy() with va_end() | Jesper Juhl | 2012-01-08 | 1 | -2/+3 |
* | | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
|/ |
|
* | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 1 | -1/+1 |
* | netfilter: add SELinux context support to AUDIT target | Mr Dash Four | 2011-06-30 | 1 | -0/+29 |
* | netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms | Patrick McHardy | 2011-03-03 | 1 | -3/+3 |
* | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2011-01-19 | 1 | -1/+1 |
|\ |
|
| * | audit: error message typo correction | Ross Kirk | 2010-11-03 | 1 | -1/+1 |
* | | audit: export symbol for use with xt_AUDIT | Jan Engelhardt | 2011-01-18 | 1 | -0/+2 |
|/ |
|
* | audit: Use rcu for task lookup protection | Thomas Gleixner | 2010-10-30 | 1 | -16/+14 |
* | audit: Do not send uninitialized data for AUDIT_TTY_GET | Thomas Gleixner | 2010-10-30 | 1 | -2/+4 |
* | audit: Call tty_audit_push_task() outside preempt disabled | Thomas Gleixner | 2010-10-30 | 1 | -16/+9 |
* | audit: make functions static | Stephen Hemminger | 2010-10-30 | 1 | -3/+3 |
* | Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify | Linus Torvalds | 2010-08-10 | 1 | -1/+0 |
|\ |
|
| * | Audit: clean up the audit_watch split | Eric Paris | 2010-07-28 | 1 | -1/+0 |
* | | drop_monitor: convert some kfree_skb call sites to consume_skb | Neil Horman | 2010-07-20 | 1 | -1/+1 |
|/ |
|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | Fix misspelling of "should" and "shouldn't" in comments. | Adam Buchbinder | 2010-02-05 | 1 | -1/+1 |
* | Audit: send signal info if selinux is disabled | Eric Paris | 2009-09-24 | 1 | -6/+12 |
* | Fix rule eviction order for AUDIT_DIR | Al Viro | 2009-06-24 | 1 | -16/+1 |
* | Audit: clean up all op= output to include string quoting | Eric Paris | 2009-06-24 | 1 | -0/+9 |
* | audit: seperate audit inode watches into a subfile | Eric Paris | 2009-06-24 | 1 | -16/+0 |
* | Audit: clean up audit_receive_skb | Eric Paris | 2009-06-24 | 1 | -17/+18 |
* | Audit: cleanup netlink mesg handling | Eric Paris | 2009-06-24 | 1 | -15/+15 |
* | Audit: unify the printk of an skb when auditd not around | Eric Paris | 2009-06-24 | 1 | -17/+22 |