diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 00:58:59 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 00:58:59 -0500 |
| commit | cac0e8e8bb2e7a086643bdd00c41d900a79bb4fa (patch) | |
| tree | 73cd85e5529a01fa2338ab6d58b99c36dd666cbe /security/selinux/avc.c | |
| parent | ddef9bb367b19383df627e388cb4c01c86ddba6c (diff) | |
| parent | 0bdd340c092b0936f78a54bdbd3927463ed4fca3 (diff) | |
Merge branch 'master'
Diffstat (limited to 'security/selinux/avc.c')
| -rw-r--r-- | security/selinux/avc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 53d6c7bbf564..ac5d69bb3377 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c | |||
| @@ -43,13 +43,11 @@ static const struct av_perm_to_string | |||
| 43 | #undef S_ | 43 | #undef S_ |
| 44 | }; | 44 | }; |
| 45 | 45 | ||
| 46 | #ifdef CONFIG_AUDIT | ||
| 47 | static const char *class_to_string[] = { | 46 | static const char *class_to_string[] = { |
| 48 | #define S_(s) s, | 47 | #define S_(s) s, |
| 49 | #include "class_to_string.h" | 48 | #include "class_to_string.h" |
| 50 | #undef S_ | 49 | #undef S_ |
| 51 | }; | 50 | }; |
| 52 | #endif | ||
| 53 | 51 | ||
| 54 | #define TB_(s) static const char * s [] = { | 52 | #define TB_(s) static const char * s [] = { |
| 55 | #define TE_(s) }; | 53 | #define TE_(s) }; |
