apparmor: switch from file_perms to aa_perms

Signed-off-by: John Johansen <john.johansen@canonical.com>
This commit is contained in:
John Johansen
2017-05-29 12:19:39 -07:00
parent aa9aeea8d4
commit 2d679f3cb0
5 changed files with 29 additions and 48 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ struct aa_perms {
};
#define ALL_PERMS_MASK 0xffffffff
extern struct aa_perms nullperms;
extern struct aa_perms allperms;
struct aa_profile;