diff options
author | John Johansen <john.johansen@canonical.com> | 2017-06-09 12:47:17 -0700 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-06-10 17:11:39 -0700 |
commit | 76a1d263aba3c97db7a2ba673059e0f17d983efb (patch) | |
tree | 8197758c98e68f807248bd819361f7fe0e1a5688 /security/apparmor/include/procattr.h | |
parent | 637f688dc3dc304a89f441d76f49a0e35bc49c08 (diff) |
apparmor: switch getprocattr to using label_print fns()
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/include/procattr.h')
-rw-r--r-- | security/apparmor/include/procattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/include/procattr.h b/security/apparmor/include/procattr.h index c0055d727868..c8fd99c9357d 100644 --- a/security/apparmor/include/procattr.h +++ b/security/apparmor/include/procattr.h @@ -15,7 +15,7 @@ #ifndef __AA_PROCATTR_H #define __AA_PROCATTR_H -int aa_getprocattr(struct aa_profile *profile, char **string); +int aa_getprocattr(struct aa_label *label, char **string); int aa_setprocattr_changehat(char *args, size_t size, int flags); #endif /* __AA_PROCATTR_H */ |