From: Venkat Yekkirala <vyekkirala@TrustedCS.com>
To: netdev@vger.kernel.org
Cc: selinux@tycho.nsa.gov, jmorris@namei.org, sds@tycho.nsa.gov,
paul.moore@hp.com, eparis@redhat.com
Subject: [PATCH 0/9] secid reconciliation-v04: Repost patchset with updates
Date: Sun, 01 Oct 2006 16:26:03 -0500 [thread overview]
Message-ID: <4520326B.4020008@trustedcs.com> (raw)
This patchset is relative to davem's net-2.6.git
The following are the changes included in this patchset since the previous post:
- Create IPSec SAs to be acquired with the creating sock's context as opposed
to that of the matching SPD rule, resulting in a simpler SPD as well as policy.
- Set peer_sid on tcp sockets to the reconciled secmark so trusted applications
can retrieve and service the data at the appropriate context. Also return secmark
when security is queried for a UDP packet.
- Fix minor things from James Morris' review.
Paul, please spin a new patch to bring NetLabel into the reconciliation path
as well as to address any NetLabel changes needed in regard to the above.
Please consider for inclusion in 2.6.19.
include/linux/security.h | 51 ++++-
include/linux/skbuff.h | 49 +++++
include/net/ip.h | 31 +++
include/net/request_sock.h | 18 ++
include/net/xfrm.h | 45 ++---
net/dccp/ipv4.c | 5
net/ipv4/icmp.c | 4
net/ipv4/ip_output.c | 6
net/ipv4/tcp_ipv4.c | 1
net/ipv6/ip6_output.c | 5
net/ipv6/netfilter/ip6t_REJECT.c | 2
net/netfilter/xt_CONNSECMARK.c | 72 ++++++--
net/netfilter/xt_SECMARK.c | 45 ++++-
security/dummy.c | 13 +
security/selinux/hooks.c | 148 +++++++++++++----
security/selinux/include/av_perm_to_string.h | 2
security/selinux/include/av_permissions.h | 2
security/selinux/include/xfrm.h | 11 -
security/selinux/xfrm.c | 66 +++----
19 files changed, 450 insertions(+), 126 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.
WARNING: multiple messages have this Message-ID (diff)
From: Venkat Yekkirala <vyekkirala@trustedcs.com>
To: netdev@vger.kernel.org
Cc: selinux@tycho.nsa.gov, jmorris@namei.org, sds@tycho.nsa.gov,
paul.moore@hp.com, eparis@redhat.com
Subject: [PATCH 0/9] secid reconciliation-v04: Repost patchset with updates
Date: Sun, 01 Oct 2006 16:26:03 -0500 [thread overview]
Message-ID: <4520326B.4020008@trustedcs.com> (raw)
This patchset is relative to davem's net-2.6.git
The following are the changes included in this patchset since the previous post:
- Create IPSec SAs to be acquired with the creating sock's context as opposed
to that of the matching SPD rule, resulting in a simpler SPD as well as policy.
- Set peer_sid on tcp sockets to the reconciled secmark so trusted applications
can retrieve and service the data at the appropriate context. Also return secmark
when security is queried for a UDP packet.
- Fix minor things from James Morris' review.
Paul, please spin a new patch to bring NetLabel into the reconciliation path
as well as to address any NetLabel changes needed in regard to the above.
Please consider for inclusion in 2.6.19.
include/linux/security.h | 51 ++++-
include/linux/skbuff.h | 49 +++++
include/net/ip.h | 31 +++
include/net/request_sock.h | 18 ++
include/net/xfrm.h | 45 ++---
net/dccp/ipv4.c | 5
net/ipv4/icmp.c | 4
net/ipv4/ip_output.c | 6
net/ipv4/tcp_ipv4.c | 1
net/ipv6/ip6_output.c | 5
net/ipv6/netfilter/ip6t_REJECT.c | 2
net/netfilter/xt_CONNSECMARK.c | 72 ++++++--
net/netfilter/xt_SECMARK.c | 45 ++++-
security/dummy.c | 13 +
security/selinux/hooks.c | 148 +++++++++++++----
security/selinux/include/av_perm_to_string.h | 2
security/selinux/include/av_permissions.h | 2
security/selinux/include/xfrm.h | 11 -
security/selinux/xfrm.c | 66 +++----
19 files changed, 450 insertions(+), 126 deletions(-)
next reply other threads:[~2006-10-01 21:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-01 21:26 Venkat Yekkirala [this message]
2006-10-01 21:26 ` [PATCH 0/9] secid reconciliation-v04: Repost patchset with updates Venkat Yekkirala
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=4520326B.4020008@trustedcs.com \
--to=vyekkirala@trustedcs.com \
--cc=eparis@redhat.com \
--cc=jmorris@namei.org \
--cc=netdev@vger.kernel.org \
--cc=paul.moore@hp.com \
--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.