]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/avc.c
[PATCH] selinux: require AUDIT
[linux-2.6-omap-h63xx.git] / security / selinux / avc.c
index 53d6c7bbf56459f6aa7145a7c3649a754588abc1..ac5d69bb3377edb3c8bec35f7a1c1570425980d8 100644 (file)
@@ -43,13 +43,11 @@ static const struct av_perm_to_string
 #undef S_
 };
 
-#ifdef CONFIG_AUDIT
 static const char *class_to_string[] = {
 #define S_(s) s,
 #include "class_to_string.h"
 #undef S_
 };
-#endif
 
 #define TB_(s) static const char * s [] = {
 #define TE_(s) };