SELinux: rename selinux_netlabel.h to netlabel.h
authorPaul Moore <paul.moore@hp.com>
Wed, 28 Feb 2007 20:14:23 +0000 (15:14 -0500)
committerJames Morris <jmorris@namei.org>
Thu, 26 Apr 2007 05:35:50 +0000 (01:35 -0400)
In the beginning I named the file selinux_netlabel.h to avoid potential
namespace colisions.  However, over time I have realized that there are several
other similar cases of multiple header files with the same name so I'm changing
the name to something which better fits with existing naming conventions.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
security/selinux/hooks.c
security/selinux/include/netlabel.h [moved from security/selinux/include/selinux_netlabel.h with 100% similarity]
security/selinux/ss/services.c

index d41e24d6ae4109509cc065091901fe48fcd8c447..7f8d0b1ee02fe715c8248f41d77ed05e93d4c18c 100644 (file)
@@ -77,7 +77,7 @@
 #include "objsec.h"
 #include "netif.h"
 #include "xfrm.h"
-#include "selinux_netlabel.h"
+#include "netlabel.h"
 
 #define XATTR_SELINUX_SUFFIX "selinux"
 #define XATTR_NAME_SELINUX XATTR_SECURITY_PREFIX XATTR_SELINUX_SUFFIX
index c8913c5dbe215a94af684d6098291866ba4f655f..f4129f589313a5dd4e235dd18c15d9d90e7e181a 100644 (file)
@@ -53,7 +53,7 @@
 #include "conditional.h"
 #include "mls.h"
 #include "objsec.h"
-#include "selinux_netlabel.h"
+#include "netlabel.h"
 #include "xfrm.h"
 #include "ebitmap.h"