LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [git pull] audit updates
@ 2008-02-01 20:47 Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2008-02-01 20:47 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Misc audit updates and fixes. Please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b46
Shortlog:
Al Viro (2):
switch audit_get_loginuid() to task_struct *
get rid of loginuid races
Andrew Morton (1):
[patch 1/2] kernel/audit.c: warning fix
Eric Paris (11):
[AUDIT] return EINTR not ERESTART*
[AUDIT] collect uid, loginuid, and comm in OBJ_PID records
[AUDIT] add session id to audit messages
[AUDIT] Add End of Event record
[AUDIT] do not panic on exclude messages in audit_log_pid_context()
[AUDIT] include audit type in audit message when using printk
[AUDIT] break large execve argument logging into smaller messages
[AUDIT] make audit=0 really stop audit messages
[AUDIT] clean up audit_receive_msg()
[AUDIT] create context if auditing was ever enabled
[AUDIT] ratelimit printk messages audit
Klaus Heinrich Kiwi (1):
[AUDIT] Add uid, gid fields to ANOM_PROMISCUOUS message
Richard Knutsson (1):
[patch 2/2] audit: complement va_copy with va_end()
Diffstat:
Documentation/filesystems/proc.txt | 7 -
drivers/char/tty_audit.c | 19 +-
fs/proc/base.c | 2 +-
include/linux/audit.h | 13 +-
include/linux/init_task.h | 8 +
include/linux/sched.h | 4 +
kernel/audit.c | 434 +++++++++++++++---------------------
kernel/auditfilter.c | 54 +++--
kernel/auditsc.c | 349 +++++++++++++++++++++--------
kernel/sysctl.c | 11 -
net/core/dev.c | 15 +-
net/key/af_key.c | 14 +-
net/netlink/af_netlink.c | 2 +-
net/xfrm/xfrm_state.c | 2 +-
security/selinux/selinuxfs.c | 17 +-
security/selinux/ss/services.c | 5 +-
16 files changed, 533 insertions(+), 423 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [GIT PULL] audit updates
@ 2007-10-21 6:45 Al Viro
0 siblings, 0 replies; 2+ messages in thread
From: Al Viro @ 2007-10-21 6:45 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, akpm
Please pull audit updates (predicate for watching subtrees) from
git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b43
When that gets merged, mm.b41 can be dropped from -mm tree.
Shortlog:
Author: Al Viro <viro@zeniv.linux.org.uk>
[PATCH] pass dentry to audit_inode()/audit_inode_child()
[PATCH] new helpers - collect_mounts() and release_collected_mounts()
[PATCH] new helper - inotify_clone_watch()
[PATCH] new helper - inotify_evict_watch()
[PATCH] audit: watching subtrees
Diffstat:
fs/dcache.c | 2 +-
fs/debugfs/inode.c | 2 +-
fs/inotify.c | 43 +++
fs/namei.c | 10 +-
fs/namespace.c | 22 +-
fs/open.c | 4 +-
fs/pnode.h | 1 +
fs/xattr.c | 8 +-
include/linux/audit.h | 19 +-
include/linux/dcache.h | 1 +
include/linux/fs.h | 2 +
include/linux/fsnotify.h | 9 +-
include/linux/inotify.h | 2 +
init/Kconfig | 4 +
ipc/mqueue.c | 8 +-
kernel/Makefile | 1 +
kernel/audit.c | 87 +++++
kernel/audit.h | 34 ++-
kernel/audit_tree.c | 903 ++++++++++++++++++++++++++++++++++++++++++++++
kernel/auditfilter.c | 64 +++-
kernel/auditsc.c | 225 ++++++++++++-
21 files changed, 1411 insertions(+), 40 deletions(-)
create mode 100644 kernel/audit_tree.c
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-01 20:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-01 20:47 [git pull] audit updates Al Viro
-- strict thread matches above, loose matches on Subject: below --
2007-10-21 6:45 [GIT PULL] " Al Viro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).