diff options
Diffstat (limited to 'security/apparmor/include/policy.h')
-rw-r--r-- | security/apparmor/include/policy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/apparmor/include/policy.h b/security/apparmor/include/policy.h index 59b36372ae40..f2d4b6348cbc 100644 --- a/security/apparmor/include/policy.h +++ b/security/apparmor/include/policy.h | |||
@@ -219,6 +219,7 @@ struct aa_profile { | |||
219 | struct aa_caps caps; | 219 | struct aa_caps caps; |
220 | struct aa_rlimit rlimits; | 220 | struct aa_rlimit rlimits; |
221 | 221 | ||
222 | unsigned char *hash; | ||
222 | char *dirname; | 223 | char *dirname; |
223 | struct dentry *dents[AAFS_PROF_SIZEOF]; | 224 | struct dentry *dents[AAFS_PROF_SIZEOF]; |
224 | }; | 225 | }; |