All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Labeled IPsec cleanups
@ 2013-06-14 19:03 Paul Moore
  2013-06-14 19:03 ` [PATCH 1/8] lsm: split the xfrm_state_alloc_security() hook implementation Paul Moore
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Paul Moore @ 2013-06-14 19:03 UTC (permalink / raw)
  To: linux-security-module, selinux

The SELinux labeled IPsec has languished for a few years without any
housekeeping, this patchset attempts to tidy up the code and sweep
away the dust bunnies hiding in the corners.

Most of the patchset is fairly trivial with the exception of the first
patch (1/8) which has some substance to it but doesn't actually affect
the behavior of the labeled IPsec code, it just makes it more sensible.

---

Paul Moore (8):
      lsm: split the xfrm_state_alloc_security() hook implementation
      selinux: cleanup and consolidate the XFRM alloc/clone/delete/free code
      selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow_match()
      selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last()
      selinux: cleanup some comment and whitespace issues in the XFRM code
      selinux: cleanup selinux_xfrm_decode_session()
      selinux: cleanup the XFRM header
      selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()


 include/linux/security.h        |   26 ++
 security/capability.c           |   15 +
 security/security.c             |   13 -
 security/selinux/hooks.c        |   11 +
 security/selinux/include/xfrm.h |   45 ++--
 security/selinux/xfrm.c         |  453 +++++++++++++++++----------------------
 6 files changed, 262 insertions(+), 301 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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-14 19:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-14 19:03 [PATCH 0/8] Labeled IPsec cleanups Paul Moore
2013-06-14 19:03 ` [PATCH 1/8] lsm: split the xfrm_state_alloc_security() hook implementation Paul Moore
2013-06-14 19:03 ` [PATCH 2/8] selinux: cleanup and consolidate the XFRM alloc/clone/delete/free code Paul Moore
2013-06-14 19:03 ` [PATCH 3/8] selinux: cleanup selinux_xfrm_policy_lookup() and selinux_xfrm_state_pol_flow_match() Paul Moore
2013-06-14 19:03 ` [PATCH 4/8] selinux: cleanup selinux_xfrm_sock_rcv_skb() and selinux_xfrm_postroute_last() Paul Moore
2013-06-14 19:04 ` [PATCH 5/8] selinux: cleanup some comment and whitespace issues in the XFRM code Paul Moore
2013-06-14 19:04 ` [PATCH 6/8] selinux: cleanup selinux_xfrm_decode_session() Paul Moore
2013-06-14 19:04 ` [PATCH 7/8] selinux: cleanup the XFRM header Paul Moore
2013-06-14 19:04 ` [PATCH 8/8] selinux: remove the BUG_ON() from selinux_skb_xfrm_sid() Paul Moore

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.