commit | 2d679f3cb0eaa6afa0dc97fe6ad3b797e1c1899a | [log] [tgz] |
---|---|---|
author | John Johansen <john.johansen@canonical.com> | Mon May 29 12:19:39 2017 -0700 |
committer | John Johansen <john.johansen@canonical.com> | Sat Jun 10 17:11:30 2017 -0700 |
tree | ca5d91a2a68e4354e55115fec21c8dc952440e0e | |
parent | aa9aeea8d4c3dfb9297723c4340671ef88e372d3 [diff] [blame] |
apparmor: switch from file_perms to aa_perms Signed-off-by: John Johansen <john.johansen@canonical.com>
diff --git a/security/apparmor/lib.c b/security/apparmor/lib.c index a509137..3e9146e 100644 --- a/security/apparmor/lib.c +++ b/security/apparmor/lib.c
@@ -24,6 +24,7 @@ #include "include/perms.h" #include "include/policy.h" +struct aa_perms nullperms; struct aa_perms allperms = { .allow = ALL_PERMS_MASK, .quiet = ALL_PERMS_MASK, .hide = ALL_PERMS_MASK };