Re: [PATCH] NetLabel: Verify sensitivity level has a valid CIPSO mapping

2007-03-02 Thread David Miller
From: James Morris <[EMAIL PROTECTED]> Date: Wed, 28 Feb 2007 15:45:07 -0500 (EST) > On Wed, 28 Feb 2007, Paul Moore wrote: > > > The current CIPSO engine has a problem where it does not verify that the > > given > > sensitivity level has a valid CIPSO mapping when the "std" CIPSO DOI type is >

Re: [PATCH] NetLabel: Verify sensitivity level has a valid CIPSO mapping

2007-03-02 Thread David Miller
From: Paul Moore <[EMAIL PROTECTED]> Date: Fri, 2 Mar 2007 11:12:12 -0500 > On Wednesday, February 28 2007 3:01:31 pm Paul Moore wrote: > > The current CIPSO engine has a problem where it does not verify that the > > given sensitivity level has a valid CIPSO mapping when the "std" CIPSO DOI > > ty

Re: [PATCH] NetLabel: Verify sensitivity level has a valid CIPSO mapping

2007-03-02 Thread Paul Moore
On Wednesday, February 28 2007 3:01:31 pm Paul Moore wrote: > The current CIPSO engine has a problem where it does not verify that the > given sensitivity level has a valid CIPSO mapping when the "std" CIPSO DOI > type is used. The end result is that bad packets are sent on the wire > which should

Re: [PATCH] NetLabel: Verify sensitivity level has a valid CIPSO mapping

2007-02-28 Thread James Morris
On Wed, 28 Feb 2007, Paul Moore wrote: > The current CIPSO engine has a problem where it does not verify that the given > sensitivity level has a valid CIPSO mapping when the "std" CIPSO DOI type is > used. The end result is that bad packets are sent on the wire which should > have never been sen

[PATCH] NetLabel: Verify sensitivity level has a valid CIPSO mapping

2007-02-28 Thread Paul Moore
The current CIPSO engine has a problem where it does not verify that the given sensitivity level has a valid CIPSO mapping when the "std" CIPSO DOI type is used. The end result is that bad packets are sent on the wire which should have never been sent in the first place. This patch corrects this