mirror of
https://github.com/SELinuxProject/selinux
synced 2024-12-26 16:02:26 +00:00
Author: Manoj Srivastava
Email: srivasta@debian.org Subject: cannnot -> cannot and suport -> support Date: Tue, 17 Nov 2009 10:27:57 -0600 This was reported after a lintian check found this on any package linked with libsepol. Closes: #556390 Signed-off-by: Manoj Srivastava <srivasta@debian.org> Signed-off-by: Chad Sellers <csellers@tresys.com>
This commit is contained in:
parent
b946922238
commit
8627ab66a7
@ -1000,7 +1000,7 @@ static int type_write(hashtab_key_t key, hashtab_datum_t datum, void *ptr)
|
||||
buf[items++] = cpu_to_le32(typdatum->flags);
|
||||
else if (typdatum->flags & TYPE_FLAGS_PERMISSIVE)
|
||||
WARN(fp->handle, "Warning! Module policy "
|
||||
"version %d cannnot suport permissive "
|
||||
"version %d cannot support permissive "
|
||||
"types, but one was defined",
|
||||
p->policyvers);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user