diff options
author | John Johansen <john.johansen@canonical.com> | 2017-01-19 14:08:36 -0800 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-02-09 11:30:01 -0800 |
commit | 4d2f8ba3e3b76e34f84ae1de456934713e9e59af (patch) | |
tree | 27ef81949dd96ddcffeec4924962103533459a3e /security/apparmor/policy.c | |
parent | 3acfd5f54ca16c15c36ac2f218357f2707b7edb8 (diff) | |
download | op-kernel-dev-4d2f8ba3e3b76e34f84ae1de456934713e9e59af.zip op-kernel-dev-4d2f8ba3e3b76e34f84ae1de456934713e9e59af.tar.gz |
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 b0b5884..c505d51 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. |