All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Venkatesh Yekkirala" <vyekkirala@TrustedCS.com>
To: "'Paul Moore'" <paul.moore@hp.com>
Cc: <selinux@tycho.nsa.gov>, <jmorris@namei.org>, <sds@tycho.nsa.gov>
Subject: RE: Networking Patch (outline)
Date: Tue, 11 Sep 2007 11:37:10 -0500	[thread overview]
Message-ID: <001301c7f492$00f83ea0$cc0a010a@tcssec.com> (raw)
In-Reply-To: <200709061334.28033.paul.moore@hp.com>

> > If we want to flow-control just once, another option to 
> consider would be
> > using rcv_skb for locally destined traffic and a new hook 
> into ip_forward()
> > for flow-control of forwarded traffic coming-in.
> 
> Yeah, that's an option, I'm just a little adverse to having 
> to add hooks in 
> the different *_rcv_skb() functions; I'd much prefer them to 
> be at a lower 
> level where we would need less hooks.  Although, we could 
> just piggyback on 
> the existing sk_filter/security_sock_recv_skb() hook since it 
> appears in most 
> of the *_rcv_skb() functions I've looked at (I suspect it's 
> in all, but 
> haven't bothered to check yet).

Piggybacking is what I meant ("using" rcv_skb and a "new" hook
into ip_forward() :).

> 
> Time to go for a walk and think about this some more ...
> 

Actually, postroute_last would be hit for each xfrm as well.
So, perhaps a separate LSM hook into say ip_output() ...

> > > > +	/* See if skb can flow in thru the interface */
> > > > +	err = sel_netif_sids(skb->dev, &if_sid, NULL);
> > > > +	if (err)
> > > > +		goto out;
> > > > +
> > > > +	err = avc_has_perm(skb->secid, if_sid,
> > > > +					SECCLASS_NETIF,
> > > > +					NETIF__FLOW_IN, &ad);
> > >
> > > I assume this is where the host/node check would go?  Would
> > > it make sense to
> > > create a combined interface/network label and check so that
> > > we could do one
> > > lookup and one access check instead of two?
> >
> > I believe it does make sense. I will ask around here to see
> > if anyone can figure out a case where it wouldn't work.
> 
> Great, thanks.  The fewer the permission checks the better I think.
> 
> -- 
> paul moore
> linux security @ hp
> 

--
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.

  reply	other threads:[~2007-09-11 16:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-31 22:40 Networking Patch (outline) Venkat Yekkirala
2007-08-31 23:04 ` Paul Moore
2007-09-05 22:27 ` Paul Moore
2007-09-06 16:08   ` Venkatesh Yekkirala
2007-09-06 17:34     ` Paul Moore
2007-09-11 16:37       ` Venkatesh Yekkirala [this message]
2007-09-11 19:31         ` Paul Moore
2007-09-12 17:08           ` Venkatesh Yekkirala
2007-09-12 18:52             ` Paul Moore

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='001301c7f492$00f83ea0$cc0a010a@tcssec.com' \
    --to=vyekkirala@trustedcs.com \
    --cc=jmorris@namei.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.