diff options
author | John Johansen <john.johansen@canonical.com> | 2017-01-20 01:08:36 +0300 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-02-09 22:30:01 +0300 |
commit | 4d2f8ba3e3b76e34f84ae1de456934713e9e59af (patch) | |
tree | 27ef81949dd96ddcffeec4924962103533459a3e /security/apparmor/policy.c | |
parent | 3acfd5f54ca16c15c36ac2f218357f2707b7edb8 (diff) | |
download | linux-4d2f8ba3e3b76e34f84ae1de456934713e9e59af.tar.xz |
apparmor: rename task_ctx to the more accurate cred_ctx
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/policy.c')
-rw-r--r-- | security/apparmor/policy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/policy.c b/security/apparmor/policy.c index b0b58848c248..c505d517fa3c 100644 --- a/security/apparmor/policy.c +++ b/security/apparmor/policy.c @@ -845,7 +845,7 @@ static struct aa_profile *update_to_newest_parent(struct aa_profile *new) * @udata: serialized data stream (NOT NULL) * * unpack and replace a profile on the profile list and uses of that profile - * by any aa_task_ctx. If the profile does not exist on the profile list + * by any aa_cred_ctx. If the profile does not exist on the profile list * it is added. * * Returns: size of data consumed else error code on failure. |