From: Greg KH <greg@kroah.com>
To: torvalds@transmeta.com
Cc: linux-kernel@vger.kernel.org, linux-security-module@wirex.com
Subject: [BK PATCH] LSM changes for 2.5.40
Date: Tue, 8 Oct 2002 16:05:06 -0700 [thread overview]
Message-ID: <20021008230506.GA11247@kroah.com> (raw)
Hi,
Here are some patches against the latest 2.5 BK tree that add some
further LSM hooks and documenation to the tree. There is also one minor
change to fs/inode.c to allow security modules to know more information
about newly created inodes.
Please pull from bk://lsm.bkbits.net/linus-2.5
thanks,
greg k-h
Documentation/DocBook/Makefile | 2
Documentation/DocBook/kernel-api.tmpl | 5
Documentation/DocBook/lsm.tmpl | 285 ++++++++++++++++++++++++++++++++++
fs/inode.c | 16 -
include/linux/ipc.h | 1
include/linux/security.h | 55 ++++++
ipc/msg.c | 11 +
ipc/sem.c | 11 +
ipc/shm.c | 10 +
ipc/util.c | 3
security/capability.c | 46 +++++
security/dummy.c | 47 +++++
12 files changed, 482 insertions(+), 10 deletions(-)
-----
ChangeSet@1.707, 2002-10-08 14:53:21-07:00, chris@wirex.com
[PATCH] LSM: move the inode_alloc_security hook.
This moves the inode_alloc_security() hook so that we have all of the
inode information at the moment of the hook.
fs/inode.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
------
ChangeSet@1.706, 2002-10-08 14:48:44-07:00, greg@kroah.com
LSM: added lsm documentation to the tree.
Documentation/DocBook/Makefile | 2
Documentation/DocBook/kernel-api.tmpl | 5
Documentation/DocBook/lsm.tmpl | 285 ++++++++++++++++++++++++++++++++++
3 files changed, 291 insertions(+), 1 deletion(-)
------
ChangeSet@1.705, 2002-10-08 14:10:38-07:00, sds@tislabs.com
[PATCH] Base set of LSM hooks for SysV IPC
The patch below adds the base set of LSM hooks for System V IPC to the
2.5.41 kernel. These hooks permit a security module to label
semaphore sets, message queues, and shared memory segments and to
perform security checks on these objects that parallel the existing
IPC access checks. Additional LSM hooks for labeling and controlling
individual messages sent on a single message queue and for providing
fine-grained distinctions among IPC operations will be submitted
separately after this base set of LSM IPC hooks has been accepted.
include/linux/ipc.h | 1
include/linux/security.h | 55 +++++++++++++++++++++++++++++++++++++++++++++++
ipc/msg.c | 11 +++++++++
ipc/sem.c | 11 +++++++++
ipc/shm.c | 10 ++++++++
ipc/util.c | 3 +-
security/capability.c | 46 +++++++++++++++++++++++++++++++++++++++
security/dummy.c | 47 ++++++++++++++++++++++++++++++++++++++++
8 files changed, 183 insertions(+), 1 deletion(-)
------
next reply other threads:[~2002-10-08 23:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-08 23:05 Greg KH [this message]
2002-10-08 23:05 ` [PATCH] LSM changes for 2.5.40 Greg KH
2002-10-08 23:06 ` Greg KH
2002-10-08 23:07 ` [PATCH] LSM changes for 2.5.41 Greg KH
2002-10-08 23:07 ` [BK PATCH] LSM changes for 2.5.40 Greg KH
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=20021008230506.GA11247@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-security-module@wirex.com \
--cc=torvalds@transmeta.com \
/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.