From: Al Viro <viro@ftp.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] audit patches
Date: Sun, 18 Feb 2007 04:01:27 +0000 [thread overview]
Message-ID: <20070218040127.GA5422@ftp.linux.org.uk> (raw)
Misc audit patches (resend again...); the most intrusive one is AUDIT_FD_PAIR,
allowing to log descriptor numbers from syscalls that do not return them in
usual way (i.e. pipe() and socketpair()). It took some massage of
the failure exits in sys_socketpair(); the rest is absolutely trivial.
Please, pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b37
Al Viro (1):
AUDIT_FD_PAIR
Steve Grubb (2):
minor update to rule add/delete messages (ver 2)
audit config lockdown
fs/pipe.c | 7 ++
include/linux/audit.h | 9 ++
kernel/audit.c | 216 +++++++++++++++++++++++++++++++++++-------------
kernel/auditfilter.c | 9 +-
kernel/auditsc.c | 40 +++++++++
net/socket.c | 52 +++++++++---
6 files changed, 257 insertions(+), 76 deletions(-)
next reply other threads:[~2007-02-18 4:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-18 4:01 Al Viro [this message]
2007-02-22 0:03 ` [GIT PULL] audit patches Andrew Morton
2007-02-22 13:22 ` Stephen Smalley
2007-02-22 21:19 ` Andrew Morton
2007-02-23 14:00 ` [patch 1/1] selinux: always initialize arguments to security_sid_to_context (Was: Re: [GIT PULL] audit patches) Stephen Smalley
-- strict thread matches above, loose matches on Subject: below --
2008-04-29 18:08 [git pull] audit patches Al Viro
2009-04-05 19:17 Al Viro
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=20070218040127.GA5422@ftp.linux.org.uk \
--to=viro@ftp.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.