From: Al Viro <viro@ftp.linux.org.uk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [git pull] misc audit
Date: Sun, 22 Jul 2007 15:11:47 +0100 [thread overview]
Message-ID: <20070722141147.GZ21668@ftp.linux.org.uk> (raw)
... aka conservative part of audit tree; the rest would better spend a bit
in -mm. Please pull from
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ audit.b39
Al Viro (1):
get rid of AVC_PATH postponed treatment
Eric Paris (1):
allow audit filtering on bit & operations
Klaus Weidner (1):
audit: fix broken class-based syscall audit
Steve Grubb (1):
Make IPC mode consistent
include/linux/audit.h | 32 ++++++++++++++++--------------
kernel/auditfilter.c | 13 +++++++++++-
kernel/auditsc.c | 51 +----------------------------------------------
security/selinux/avc.c | 15 +++++++------
4 files changed, 39 insertions(+), 72 deletions(-)
More questionable stuff is in
git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git/ mm.b39
and that one is -mm fodder. Again, *that* branch is not for immediate
mainline merge; there (on top of audit.b39)
Al Viro (5):
pass dentry to audit_inode()/audit_inode_child()
new helpers - collect_mounts() and release_collected_mounts()
new helper - inotify_clone_watch()
new helper - inotify_evict_watch()
audit: watching subtrees
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 +
ipc/mqueue.c | 8 +-
kernel/Makefile | 2 +-
kernel/audit.c | 82 +++++
kernel/audit.h | 22 ++-
kernel/audit_tree.c | 887 ++++++++++++++++++++++++++++++++++++++++++++++
kernel/auditfilter.c | 43 ++-
kernel/auditsc.c | 215 +++++++++++-
20 files changed, 1343 insertions(+), 41 deletions(-)
create mode 100644 kernel/audit_tree.c
reply other threads:[~2007-07-22 14:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20070722141147.GZ21668@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=akpm@linux-foundation.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox