aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorPaul Moore <[email protected]>2007-02-28 20:14:23 +0000
committerJames Morris <[email protected]>2007-04-26 05:35:50 +0000
commitc60475bf35fc5fa10198df89187ab148527e72f7 (patch)
tree5f8081082c8be5865049c2c446583b67a9c786b3 /security/selinux/hooks.c
parentSELinux: extract the NetLabel SELinux support from the security server (diff)
downloadkernel-c60475bf35fc5fa10198df89187ab148527e72f7.tar.gz
kernel-c60475bf35fc5fa10198df89187ab148527e72f7.zip
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 <[email protected]> Signed-off-by: James Morris <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r--security/selinux/hooks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
index d41e24d6ae41..7f8d0b1ee02f 100644
--- a/security/selinux/hooks.c
+++ b/security/selinux/hooks.c
@@ -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