All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Brindle <method@gentoo.org>
To: Venkat Yekkirala <vyekkirala@TrustedCS.com>
Cc: netdev@vger.kernel.org, selinux@tycho.nsa.gov, jmorris@namei.org,
	sds@tycho.nsa.gov, paul.moore@hp.com
Subject: Re: [PATCH 7/7] secid reconciliation-v03: Enforcement for SELinux
Date: Thu, 28 Sep 2006 23:52:55 -0400	[thread overview]
Message-ID: <451C9897.6030306@gentoo.org> (raw)
In-Reply-To: <451C85F4.7000406@trustedcs.com>

Venkat Yekkirala wrote:
> <snip>
> +
> +	err = avc_has_perm(xfrm_sid, skb->secmark, SECCLASS_PACKET,
> +					PACKET__FLOW_IN, NULL);
> +	if (err)
> +		goto out;
> +
> +	if (xfrm_sid) {
> +		err = security_transition_sid(xfrm_sid, skb->secmark,
> +						SECCLASS_PACKET, &trans_sid);
> +		if (err)
> +			goto out;
> +
>   
I thought we weren't doing transitions to label packets anymore per the 
conference call?

--
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: Joshua Brindle <method@gentoo.org>
To: Venkat Yekkirala <vyekkirala@TrustedCS.com>
Cc: netdev@vger.kernel.org, selinux@tycho.nsa.gov, jmorris@namei.org,
	sds@tycho.nsa.gov, paul.moore@hp.com
Subject: Re: [PATCH 7/7] secid reconciliation-v03: Enforcement for SELinux
Date: Thu, 28 Sep 2006 23:52:55 -0400	[thread overview]
Message-ID: <451C9897.6030306@gentoo.org> (raw)
In-Reply-To: <451C85F4.7000406@trustedcs.com>

Venkat Yekkirala wrote:
> <snip>
> +
> +	err = avc_has_perm(xfrm_sid, skb->secmark, SECCLASS_PACKET,
> +					PACKET__FLOW_IN, NULL);
> +	if (err)
> +		goto out;
> +
> +	if (xfrm_sid) {
> +		err = security_transition_sid(xfrm_sid, skb->secmark,
> +						SECCLASS_PACKET, &trans_sid);
> +		if (err)
> +			goto out;
> +
>   
I thought we weren't doing transitions to label packets anymore per the 
conference call?

  reply	other threads:[~2006-09-29  3:52 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-29  2:33 [PATCH 7/7] secid reconciliation-v03: Enforcement for SELinux Venkat Yekkirala
2006-09-29  2:33 ` Venkat Yekkirala
2006-09-29  3:52 ` Joshua Brindle [this message]
2006-09-29  3:52   ` Joshua Brindle
2006-09-29 12:59   ` Stephen Smalley
2006-09-29 12:59     ` Stephen Smalley
2006-09-29 14:00     ` Joshua Brindle
2006-09-29 14:00       ` Joshua Brindle
2006-09-29 14:28       ` Stephen Smalley
2006-09-29 14:28         ` Stephen Smalley
2006-09-29 14:33         ` James Morris
2006-09-29 14:33           ` James Morris
2006-09-29 14:39           ` Stephen Smalley
2006-09-29 14:39             ` Stephen Smalley
2006-09-29 16:06             ` Paul Moore
2006-09-29 16:06               ` Paul Moore
2006-09-29 16:10               ` James Morris
2006-09-29 16:10                 ` James Morris
2006-09-29 16:15                 ` Paul Moore
2006-09-29 16:15                   ` Paul Moore
2006-09-29 16:39 ` Paul Moore
2006-09-29 16:39   ` Paul Moore
  -- strict thread matches above, loose matches on Subject: below --
2006-09-29 16:09 Venkat Yekkirala
2006-09-29 16:09 ` Venkat Yekkirala
2006-09-29 16:13 ` Paul Moore
2006-09-29 16:13   ` Paul Moore
2006-09-29 16:17 Venkat Yekkirala
2006-09-29 16:17 ` Venkat Yekkirala
2006-09-29 16:22 Venkat Yekkirala
2006-09-29 16:22 ` Venkat Yekkirala
2006-09-29 16:27 Venkat Yekkirala
2006-09-29 16:27 ` Venkat Yekkirala
2006-09-29 16:31 ` Paul Moore
2006-09-29 16:31   ` Paul Moore
2006-09-29 16:50   ` James Morris
2006-09-29 16:50     ` James Morris
2006-09-29 17:32     ` James Morris
2006-09-29 17:32       ` James Morris
2006-09-29 17:50       ` Paul Moore
2006-09-29 17:50         ` Paul Moore
2006-09-29 17:43     ` Paul Moore
2006-09-29 17:43       ` Paul Moore
2006-09-29 18:41       ` James Morris
2006-09-29 18:41         ` James Morris
2006-09-29 19:06         ` Paul Moore
2006-09-29 19:06           ` Paul Moore
2006-09-29 19:33           ` James Morris
2006-09-29 19:33             ` James Morris
2006-09-29 19:51             ` Paul Moore
2006-09-29 19:51               ` Paul Moore
2006-09-29 20:04               ` James Morris
2006-09-29 20:04                 ` James Morris
2006-09-29 20:09                 ` Paul Moore
2006-09-29 20:09                   ` Paul Moore
2006-09-29 17:27 Venkat Yekkirala
2006-09-29 17:27 ` Venkat Yekkirala
2006-09-29 17:38 ` Paul Moore
2006-09-29 17:38   ` Paul Moore
2006-09-29 18:50 Venkat Yekkirala
2006-09-29 18:50 ` Venkat Yekkirala
2006-09-29 19:13 ` Paul Moore
2006-09-29 19:13   ` Paul Moore
2006-09-29 21:54 Venkat Yekkirala
2006-09-29 21:54 ` Venkat Yekkirala
2006-09-29 22:10 Venkat Yekkirala
2006-09-29 22:10 ` Venkat Yekkirala
2006-10-01 21:30 Venkat Yekkirala
2006-10-01 21:30 ` 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=451C9897.6030306@gentoo.org \
    --to=method@gentoo.org \
    --cc=jmorris@namei.org \
    --cc=netdev@vger.kernel.org \
    --cc=paul.moore@hp.com \
    --cc=sds@tycho.nsa.gov \
    --cc=selinux@tycho.nsa.gov \
    --cc=vyekkirala@TrustedCS.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.