diff options
author | Zygmunt Krynicki <zygmunt.krynicki@canonical.com> | 2018-04-12 06:34:31 -0400 |
---|---|---|
committer | John Johansen <john.johansen@canonical.com> | 2018-05-03 03:49:56 -0400 |
commit | 69ad4a44a26ee8fefdb75848ccb6784f5254f14c (patch) | |
tree | 9956b05ee3d75e2bccc06f5e0fc7e732720052df | |
parent | b62fb22674dd7c7eb7e8aeec5937165e8b063f9c (diff) |
apparmor: fix typo "type"
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
Acked-by: Christian Boltz <apparmor@cboltz.de>
Signed-off-by: John Johansen <john.johansen@canonical.com>
-rw-r--r-- | security/apparmor/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/apparmor/lib.c b/security/apparmor/lib.c index 068a9f471f77..a7b3f681b80e 100644 --- a/security/apparmor/lib.c +++ b/security/apparmor/lib.c | |||
@@ -408,7 +408,7 @@ int aa_profile_label_perm(struct aa_profile *profile, struct aa_profile *target, | |||
408 | * @request: requested perms | 408 | * @request: requested perms |
409 | * @deny: Returns: explicit deny set | 409 | * @deny: Returns: explicit deny set |
410 | * @sa: initialized audit structure (MAY BE NULL if not auditing) | 410 | * @sa: initialized audit structure (MAY BE NULL if not auditing) |
411 | * @cb: callback fn for tpye specific fields (MAY BE NULL) | 411 | * @cb: callback fn for type specific fields (MAY BE NULL) |
412 | * | 412 | * |
413 | * Returns: 0 if permission else error code | 413 | * Returns: 0 if permission else error code |
414 | * | 414 | * |