diff options
Diffstat (limited to 'security/selinux/ss/policydb.h')
-rw-r--r-- | security/selinux/ss/policydb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/selinux/ss/policydb.h b/security/selinux/ss/policydb.h index 801175f79cf9..f054a9d4d114 100644 --- a/security/selinux/ss/policydb.h +++ b/security/selinux/ss/policydb.h | |||
@@ -227,6 +227,8 @@ struct policydb { | |||
227 | /* role transitions */ | 227 | /* role transitions */ |
228 | struct role_trans *role_tr; | 228 | struct role_trans *role_tr; |
229 | 229 | ||
230 | /* quickly exclude lookups when parent ttype has no rules */ | ||
231 | struct ebitmap filename_trans_ttypes; | ||
230 | /* file transitions with the last path component */ | 232 | /* file transitions with the last path component */ |
231 | struct filename_trans *filename_trans; | 233 | struct filename_trans *filename_trans; |
232 | 234 | ||