diff options
Diffstat (limited to 'security/apparmor/apparmorfs.c')
-rw-r--r-- | security/apparmor/apparmorfs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/apparmor/apparmorfs.c b/security/apparmor/apparmorfs.c index 16c15ec6f670..ad6c74892b5f 100644 --- a/security/apparmor/apparmorfs.c +++ b/security/apparmor/apparmorfs.c | |||
@@ -198,7 +198,12 @@ static struct aa_fs_entry aa_fs_entry_domain[] = { | |||
198 | { } | 198 | { } |
199 | }; | 199 | }; |
200 | 200 | ||
201 | static struct aa_fs_entry aa_fs_entry_policy[] = { | ||
202 | {} | ||
203 | }; | ||
204 | |||
201 | static struct aa_fs_entry aa_fs_entry_features[] = { | 205 | static struct aa_fs_entry aa_fs_entry_features[] = { |
206 | AA_FS_DIR("policy", aa_fs_entry_policy), | ||
202 | AA_FS_DIR("domain", aa_fs_entry_domain), | 207 | AA_FS_DIR("domain", aa_fs_entry_domain), |
203 | AA_FS_DIR("file", aa_fs_entry_file), | 208 | AA_FS_DIR("file", aa_fs_entry_file), |
204 | AA_FS_FILE_U64("capability", VFS_CAP_FLAGS_MASK), | 209 | AA_FS_FILE_U64("capability", VFS_CAP_FLAGS_MASK), |