projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
145a0ef
)
apparmor: fix spelling mistake "immutible" -> "immutable"
author
Colin Ian King
<colin.king@canonical.com>
Tue, 16 Apr 2019 14:42:18 +0000
(15:42 +0100)
committer
John Johansen
<john.johansen@canonical.com>
Wed, 17 Apr 2019 07:59:46 +0000
(
00:59
-0700)
There is a spelling mistake in an information message string, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/policy.c
patch
|
blob
|
history
diff --git
a/security/apparmor/policy.c
b/security/apparmor/policy.c
index 71a3e6291478b161d8fa21ee7bc09d41c8f58f2a..04f2480e83743e9efac4ef5cd026f27fbbc1326f 100644
(file)
--- a/
security/apparmor/policy.c
+++ b/
security/apparmor/policy.c
@@
-587,7
+587,7
@@
static int replacement_allowed(struct aa_profile *profile, int noreplace,
{
if (profile) {
if (profile->label.flags & FLAG_IMMUTIBLE) {
- *info = "cannot replace immut
i
ble profile";
+ *info = "cannot replace immut
a
ble profile";
return -EPERM;
} else if (noreplace) {
*info = "profile already exists";