diff options
Diffstat (limited to 'security/selinux/ss/constraint.h')
-rw-r--r-- | security/selinux/ss/constraint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/selinux/ss/constraint.h b/security/selinux/ss/constraint.h index 149dda731fd3..96fd947c494b 100644 --- a/security/selinux/ss/constraint.h +++ b/security/selinux/ss/constraint.h | |||
@@ -48,6 +48,7 @@ struct constraint_expr { | |||
48 | u32 op; /* operator */ | 48 | u32 op; /* operator */ |
49 | 49 | ||
50 | struct ebitmap names; /* names */ | 50 | struct ebitmap names; /* names */ |
51 | struct type_set *type_names; | ||
51 | 52 | ||
52 | struct constraint_expr *next; /* next expression */ | 53 | struct constraint_expr *next; /* next expression */ |
53 | }; | 54 | }; |