From: Al Viro <viro@ZenIV.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [git pull] audit patches
Date: Tue, 29 Apr 2008 19:08:25 +0100 [thread overview]
Message-ID: <20080429180825.GO5882@ZenIV.linux.org.uk> (raw)
Assorted audit patches for this cycle. Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b50
Shortlog:
Al Viro (1):
new predicate - AUDIT_FILETYPE
Eric Paris (7):
Audit: end printk with newline
Audit: collect sessionid in netlink messages
Audit: save audit_backlog_limit audit messages in case auditd comes back
Audit: stop deadlock from signals under load
Audit: standardize string audit interfaces
Audit: increase the maximum length of the key field
Audit: MAINTAINERS update
Harvey Harrison (2):
audit: move extern declarations to audit.h
audit: fix sparse shadowed variable warnings
Miloslav Trmac (1):
[patch 1/2] audit: let userspace fully control TTY input auditing
Pavel Emelyanov (1):
[patch 2/2] Use find_task_by_vpid in audit code
Diffstat:
MAINTAINERS | 8 +-
drivers/char/tty_audit.c | 63 +---------
drivers/char/tty_io.c | 5 +-
include/linux/audit.h | 28 +++--
include/linux/netlink.h | 1 +
include/linux/tty.h | 9 +-
include/net/netlabel.h | 1 +
include/net/xfrm.h | 23 ++--
kernel/audit.c | 249 +++++++++++++++++++++++++-----------
kernel/audit.h | 13 ++
kernel/auditfilter.c | 45 ++++---
kernel/auditsc.c | 40 ++++---
net/key/af_key.c | 17 ++-
net/netlabel/netlabel_unlabeled.c | 1 +
net/netlabel/netlabel_user.c | 4 +-
net/netlabel/netlabel_user.h | 1 +
net/netlink/af_netlink.c | 1 +
net/xfrm/xfrm_policy.c | 12 ++-
net/xfrm/xfrm_state.c | 13 ++-
net/xfrm/xfrm_user.c | 41 ++++--
security/selinux/avc.c | 2 +-
security/smack/smackfs.c | 2 +
22 files changed, 346 insertions(+), 233 deletions(-)
next reply other threads:[~2008-04-29 18:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 18:08 Al Viro [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-04-05 19:17 [git pull] audit patches Al Viro
2007-02-18 4:01 [GIT PULL] " Al Viro
2007-02-22 0:03 ` Andrew Morton
2007-02-22 13:22 ` Stephen Smalley
2007-02-22 21:19 ` Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080429180825.GO5882@ZenIV.linux.org.uk \
--to=viro@zeniv.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.