From: Eric Paris <eparis@redhat.com>
To: jmorris@namei.org
Cc: sds@tycho.nsa.gov, selinux@tycho.nsa.gov
Subject: [git] pull selinux tree for 2.6.40
Date: Mon, 23 May 2011 20:27:15 -0400 [thread overview]
Message-ID: <4DDAFB63.8070809@redhat.com> (raw)
The following changes since commit 12a5a2621b1ee14d32beca35304d7c6076a58815:
Merge branch 'master' into next (2011-05-19 18:51:57 +1000)
are available in the git repository at:
git://git.infradead.org/users/eparis/selinux.git master
Andi Kleen (1):
SECURITY: Move exec_permission RCU checks into security modules
Eric Paris (19):
SELinux: update git tree in MAINTAINERS
SELinux: delete debugging printks from filename_trans rule processing
SELinux: silence build warning when !CONFIG_BUG
SELinux: security_read_policy should take a size_t not ssize_t
SELINUX: Make selinux cache VFS RCU walks safe
LSM: split LSM_AUDIT_DATA_FS into _PATH and _INODE
LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH
SMACK: smack_file_lock can use the struct path
SELinux: fix comment to state filename_compute_type takes an objname not a qstr
SELinux: rename filename_compute_type argument to *type instead of *con
SELinux: skip filename trans rules if ttype does not match parent dir
SELinux: calculate and print hashtab stats with a generic function
SELinux: generic hashtab entry counter
SELinux: put name based create rules in a hashtable
SELinux: pass last path component in may_create
flex_array: flex_array_prealloc takes a number of elements, not an end
flex_arrays: allow zero length flex arrays
flex_array: allow 0 length elements
SELinux: introduce path_has_perm
Greg Kroah-Hartman (1):
SELINUX: add /sys/fs/selinux mount point to put selinuxfs
Harry Ciao (4):
SELinux: Add class support to the role_trans structure
SELinux: Compute role in newcontext for all classes
SELinux: Write class field in role_trans_write.
Initialize policydb.process_class eariler.
Kohei Kaigai (1):
selinux: add type_transition with name extension support for selinuxfs
Stephen Smalley (1):
selinux: Fix regression for Xorg
Documentation/flexible-arrays.txt | 4 +-
MAINTAINERS | 3 +-
include/linux/flex_array.h | 2 +-
include/linux/lsm_audit.h | 11 +-
include/linux/security.h | 2 +-
lib/flex_array.c | 48 +++++--
security/capability.c | 2 +-
security/lsm_audit.c | 59 +++++---
security/security.c | 6 +-
security/selinux/avc.c | 36 ++++-
security/selinux/hooks.c | 119 ++++++++++-------
security/selinux/include/avc.h | 18 ++-
security/selinux/include/security.h | 9 +-
security/selinux/netnode.c | 1 +
security/selinux/selinuxfs.c | 28 ++++-
security/selinux/ss/policydb.c | 254 +++++++++++++++++++++++------------
security/selinux/ss/policydb.h | 12 ++-
security/selinux/ss/services.c | 74 ++++++-----
security/smack/smack.h | 11 +-
security/smack/smack_lsm.c | 54 +++++---
20 files changed, 488 insertions(+), 265 deletions(-)
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next reply other threads:[~2011-05-24 0:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-24 0:27 Eric Paris [this message]
2011-05-24 20:36 ` [git] pull selinux tree for 2.6.40 Kohei KaiGai
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=4DDAFB63.8070809@redhat.com \
--to=eparis@redhat.com \
--cc=jmorris@namei.org \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
/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.