summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* fs: handle failed audit_log_start properlySasha Levin2012-10-091-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-13/+12
|\
| * netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-10/+10
| * netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
* | userns: Convert audit to work with user namespaces enabledEric W. Biederman2012-09-181-2/+2
* | userns: Convert the audit loginuid to be a kuidEric W. Biederman2012-09-171-10/+10
* | audit: Don't pass pid or uid to audit_log_common_recv_msgEric W. Biederman2012-09-171-15/+14
* | audit: Remove the unused uid parameter from audit_receive_filterEric W. Biederman2012-09-171-2/+2
* | audit: Properly set the origin port id of audit messages.Eric W. Biederman2012-09-171-1/+1
* | audit: Simply AUDIT_TTY_SET and AUDIT_TTY_GETEric W. Biederman2012-09-171-25/+13
* | audit: kill audit_prepare_user_ttyEric W. Biederman2012-09-171-19/+1
* | audit: Use current instead of NETLINK_CREDS() in audit_filterEric W. Biederman2012-09-171-1/+1
* | audit: Limit audit requests to processes in the initial pid and user namespaces.Eric W. Biederman2012-09-171-0/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-0/+21
|\
| * fs: add link restriction audit reportingKees Cook2012-07-291-0/+21
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
* | audit: netlink: Move away from NLMSG_NEW().David S. Miller2012-06-261-10/+13
|/
* constify path argument of audit_log_d_path()Al Viro2012-03-201-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-171-2/+2
|\
| * audit: no leading space in audit_log_d_path prefixKees Cook2012-01-171-1/+1
| * audit: drop the meaningless and format breaking word 'user'Eric Paris2012-01-171-1/+1
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-2/+2
|\ \ | |/ |/|
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-2/+2
* | audit: always follow va_copy() with va_end()Jesper Juhl2012-01-081-2/+3
* | kernel: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* netfilter: add SELinux context support to AUDIT targetMr Dash Four2011-06-301-0/+29
* netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy2011-03-031-3/+3
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2011-01-191-1/+1
|\
| * audit: error message typo correctionRoss Kirk2010-11-031-1/+1
* | audit: export symbol for use with xt_AUDITJan Engelhardt2011-01-181-0/+2
|/
* audit: Use rcu for task lookup protectionThomas Gleixner2010-10-301-16/+14
* audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner2010-10-301-2/+4
* audit: Call tty_audit_push_task() outside preempt disabledThomas Gleixner2010-10-301-16/+9
* audit: make functions staticStephen Hemminger2010-10-301-3/+3
* Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2010-08-101-1/+0
|\
| * Audit: clean up the audit_watch splitEric Paris2010-07-281-1/+0
* | drop_monitor: convert some kfree_skb call sites to consume_skbNeil Horman2010-07-201-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* Audit: send signal info if selinux is disabledEric Paris2009-09-241-6/+12
* Fix rule eviction order for AUDIT_DIRAl Viro2009-06-241-16/+1
* Audit: clean up all op= output to include string quotingEric Paris2009-06-241-0/+9
* audit: seperate audit inode watches into a subfileEric Paris2009-06-231-16/+0
* Audit: clean up audit_receive_skbEric Paris2009-06-231-17/+18
* Audit: cleanup netlink mesg handlingEric Paris2009-06-231-15/+15
* Audit: unify the printk of an skb when auditd not aroundEric Paris2009-06-231-17/+22
* Audit: remove spaces from audit_log_d_pathEric Paris2009-04-051-2/+2
* audit: ignore terminating NUL in AUDIT_USER_TTY messagesMiloslav Trmac2009-04-051-0/+3
* Audit: fix handling of 'strings' with NULL charactersMiloslav Trmac2009-04-051-1/+1