Signed-off-by: Zygmunt Krynicki <[email protected]> --- security/apparmor/policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/apparmor/policy.c b/security/apparmor/policy.c index b0b58848c248..bc880e67c671 100644 --- a/security/apparmor/policy.c +++ b/security/apparmor/policy.c @@ -1080,7 +1080,7 @@ ssize_t aa_replace_profiles(struct aa_ns *policy_ns, struct aa_label *label, * Remove a profile or sub namespace from the current namespace, so that * they can not be found anymore and mark them as replaced by unconfined * - * NOTE: removing confinement does not restore rlimits to preconfinemnet values + * NOTE: removing confinement does not restore rlimits to preconfinement values * * Returns: size of data consume else error code if fails */ -- 2.14.1 -- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
