فهرست منبع

SELinux: rename selinux_netlabel.h to netlabel.h

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>
Paul Moore 19 سال پیش
والد
کامیت
c60475bf35
3فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      security/selinux/hooks.c
  2. 0 0
      security/selinux/include/netlabel.h
  3. 1 1
      security/selinux/ss/services.c

+ 1 - 1
security/selinux/hooks.c

@@ -77,7 +77,7 @@
 #include "objsec.h"
 #include "objsec.h"
 #include "netif.h"
 #include "netif.h"
 #include "xfrm.h"
 #include "xfrm.h"
-#include "selinux_netlabel.h"
+#include "netlabel.h"
 
 
 #define XATTR_SELINUX_SUFFIX "selinux"
 #define XATTR_SELINUX_SUFFIX "selinux"
 #define XATTR_NAME_SELINUX XATTR_SECURITY_PREFIX XATTR_SELINUX_SUFFIX
 #define XATTR_NAME_SELINUX XATTR_SECURITY_PREFIX XATTR_SELINUX_SUFFIX

+ 0 - 0
security/selinux/include/selinux_netlabel.h → security/selinux/include/netlabel.h


+ 1 - 1
security/selinux/ss/services.c

@@ -53,7 +53,7 @@
 #include "conditional.h"
 #include "conditional.h"
 #include "mls.h"
 #include "mls.h"
 #include "objsec.h"
 #include "objsec.h"
-#include "selinux_netlabel.h"
+#include "netlabel.h"
 #include "xfrm.h"
 #include "xfrm.h"
 #include "ebitmap.h"
 #include "ebitmap.h"