Re: [PATCH] SELinux: Add support for DCCP

2006-11-13 Thread David Miller
From: James Morris <[EMAIL PROTECTED]> Date: Mon, 13 Nov 2006 16:15:06 -0500 (EST) > This patch implements SELinux kernel support for DCCP > (http://linux-net.osdl.org/index.php/DCCP), which is similar in operation > to TCP in terms of connected state between peers. > > The SELinux support for DC

[PATCH] SELinux: Add support for DCCP

2006-11-13 Thread James Morris
This patch implements SELinux kernel support for DCCP (http://linux-net.osdl.org/index.php/DCCP), which is similar in operation to TCP in terms of connected state between peers. The SELinux support for DCCP is thus modeled on existing handling of TCP. A new DCCP socket class is introduced, to all