summaryrefslogtreecommitdiffstats
path: root/security/apparmor/policy.c
diff options
context:
space:
mode:
authorJohn Johansen2017-01-16 09:43:00 +0100
committerJohn Johansen2017-01-16 10:18:45 +0100
commit55a26ebf630b6bf1cb7ddf8882fdc81d58afeaa2 (patch)
tree6d05d1178d81ffa47f5e3fcd80a232008f1e05be /security/apparmor/policy.c
parentapparmor: fail task profile update if current_cred isn't real_cred (diff)
downloadkernel-qcow2-linux-55a26ebf630b6bf1cb7ddf8882fdc81d58afeaa2.tar.gz
kernel-qcow2-linux-55a26ebf630b6bf1cb7ddf8882fdc81d58afeaa2.tar.xz
kernel-qcow2-linux-55a26ebf630b6bf1cb7ddf8882fdc81d58afeaa2.zip
apparmor: rename context abreviation cxt to the more standard ctx
Signed-off-by: John Johansen <john.johansen@canonical.com>
Diffstat (limited to 'security/apparmor/policy.c')
-rw-r--r--security/apparmor/policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/policy.c b/security/apparmor/policy.c
index 912cdbed7977..4ec24474bd1a 100644
--- a/security/apparmor/policy.c
+++ b/security/apparmor/policy.c
@@ -808,7 +808,7 @@ static int __lookup_replace(struct aa_ns *ns, const char *hname,
* @udata: serialized data stream (NOT NULL)
*
* unpack and replace a profile on the profile list and uses of that profile
- * by any aa_task_cxt. If the profile does not exist on the profile list
+ * by any aa_task_ctx. If the profile does not exist on the profile list
* it is added.
*
* Returns: size of data consumed else error code on failure.