diff options
author | John Johansen <john.johansen@canonical.com> | 2017-06-10 00:48:20 +0200 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-06-11 02:11:43 +0200 |
commit | 98c3d182321d489d8bfaa596127020ec3027edb2 (patch) | |
tree | 65370e360b436d6f4e478ae46444ae82a6ccf951 /security/apparmor/include | |
parent | apparmor: move aa_file_perm() to use labels (diff) | |
download | linux-98c3d182321d489d8bfaa596127020ec3027edb2.tar.xz linux-98c3d182321d489d8bfaa596127020ec3027edb2.zip |
apparmor: update aa_audit_file() to use labels
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/include')
-rw-r--r-- | security/apparmor/include/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/apparmor/include/file.h b/security/apparmor/include/file.h index 415512771bff..7c6026460272 100644 --- a/security/apparmor/include/file.h +++ b/security/apparmor/include/file.h @@ -162,7 +162,8 @@ static inline u16 dfa_map_xindex(u16 mask) int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, const char *op, u32 request, const char *name, - const char *target, kuid_t ouid, const char *info, int error); + const char *target, struct aa_label *tlabel, kuid_t ouid, + const char *info, int error); /** * struct aa_file_rules - components used for file rule permissions |