diff options
author | John Johansen <john.johansen@canonical.com> | 2017-01-16 00:42:19 -0800 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2017-01-16 01:18:19 -0800 |
commit | 8399588a7f9def9195e577f988ad06f2a0ffb1af (patch) | |
tree | 1d41dc6a6146571d8ebd3b1edcf5a86f30847a05 /security/apparmor/context.c | |
parent | d97d51d253e08e059bba40002407ec3d188feafb (diff) | |
download | op-kernel-dev-8399588a7f9def9195e577f988ad06f2a0ffb1af.zip op-kernel-dev-8399588a7f9def9195e577f988ad06f2a0ffb1af.tar.gz |
apparmor: rename replacedby to proxy
Proxy is shorter and a better fit than replaceby, so rename it.
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/context.c')
-rw-r--r-- | security/apparmor/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/context.c b/security/apparmor/context.c index 3064c6c..3c4f534 100644 --- a/security/apparmor/context.c +++ b/security/apparmor/context.c @@ -112,7 +112,7 @@ int aa_replace_current_profile(struct aa_profile *profile) aa_clear_task_cxt_trans(cxt); /* be careful switching cxt->profile, when racing replacement it - * is possible that cxt->profile->replacedby->profile is the reference + * is possible that cxt->profile->proxy->profile is the reference * keeping @profile valid, so make sure to get its reference before * dropping the reference on cxt->profile */ aa_get_profile(profile); |