SELinux: extract the NetLabel SELinux support from the security server
authorPaul Moore <paul.moore@hp.com>
Wed, 28 Feb 2007 20:14:22 +0000 (15:14 -0500)
committerJames Morris <jmorris@namei.org>
Thu, 26 Apr 2007 05:35:48 +0000 (01:35 -0400)
commit5778eabd9cdbf16ea3e40248c452b4fd25554d11
treea488fd5fc07c01b93fe38621888cc50c64cfc0a1
parent128c6b6cbffc8203e13ea5712a8aa65d2ed82e4e
SELinux: extract the NetLabel SELinux support from the security server

Up until this patch the functions which have provided NetLabel support to
SELinux have been integrated into the SELinux security server, which for
various reasons is not really ideal.  This patch makes an effort to extract as
much of the NetLabel support from the security server as possibile and move it
into it's own file within the SELinux directory structure.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
net/netlabel/netlabel_kapi.c
security/selinux/Makefile
security/selinux/include/security.h
security/selinux/include/selinux_netlabel.h
security/selinux/netlabel.c [new file with mode: 0644]
security/selinux/ss/services.c