diff options
Diffstat (limited to 'kernel/audit.c')
| -rw-r--r-- | kernel/audit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 29ee6a421c6c..fbfa3a74decb 100644 --- a/kernel/audit.c +++ b/kernel/audit.c | |||
| @@ -144,7 +144,8 @@ static struct audit_features af = {.vers = AUDIT_FEATURE_VERSION, | |||
| 144 | .features = 0, | 144 | .features = 0, |
| 145 | .lock = 0,}; | 145 | .lock = 0,}; |
| 146 | 146 | ||
| 147 | static char *audit_feature_names[0] = { | 147 | static char *audit_feature_names[1] = { |
| 148 | "only_unset_loginuid", | ||
| 148 | }; | 149 | }; |
| 149 | 150 | ||
| 150 | 151 | ||
