public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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.64
Date: Sat, 15 Mar 2003 23:01:20 -0800	[thread overview]
Message-ID: <20030316070120.GA15545@kroah.com> (raw)

Hi,

Here are the LSM changes that have been posted many times in the past.
They fix a few bugs in some of the existing security hooks, and add a
few more (hooks that is, not bugs :).  All of these patches have been
discussed on lkml with no known outstanding issues remaining about them.

Please pull from:
	bk://lsm.bkbits.net/linus-2.5

I'm only including the diffstat and short log format for these patches,
as they all have been posted to the lists in the past.

thanks,

greg k-h

 fs/dcache.c              |   12 +++
 fs/exportfs/expfs.c      |    5 -
 fs/file_table.c          |   70 +++++++++++++++++------
 fs/namei.c               |   45 ++++----------
 fs/nfsd/vfs.c            |   18 +----
 fs/super.c               |   36 +++++++++--
 include/linux/fs.h       |   25 ++++++--
 include/linux/security.h |  143 ++++++++++++++++++++++++++++++++++++-----------
 kernel/ksyms.c           |   18 +++--
 kernel/printk.c          |    7 +-
 kernel/sys.c             |   63 +++++++++++++++-----
 kernel/sysctl.c          |    5 +
 security/capability.c    |   21 ++++++
 security/dummy.c         |   66 +++++++++++++++++----
 14 files changed, 396 insertions(+), 138 deletions(-)
-----


Greg Kroah-Hartman <greg@kroah.com>:
  o LSM: restore d_instantiate function that got lost in the mege
  o LSM: fix merge where we lost a prototype in security.h

Stephen D. Smalley <sds@epoch.ncsc.mil>:
  o LSM: coding style fixups in sb_kern_mount
  o LSM: Add LSM syslog hook to 2.5.59
  o LSM: Add LSM sysctl hook to 2.5.59
  o Restore LSM hook calls to setpriority and setpgid
  o allocate and free security structures for private files
  o Replace inode_post_lookup hook with d_instantiate hook
  o Add LSM hook to do_kern_mount


                 reply	other threads:[~2003-03-16  7:02 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=20030316070120.GA15545@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox