* libsepol patch to fix error message
@ 2005-06-29 20:19 Daniel J Walsh
0 siblings, 0 replies; only message in thread
From: Daniel J Walsh @ 2005-06-29 20:19 UTC (permalink / raw)
To: Stephen Smalley, SELinux
[-- Attachment #1: Type: text/plain, Size: 7 bytes --]
--
[-- Attachment #2: libsepol-rhat.patch --]
[-- Type: text/x-patch, Size: 545 bytes --]
diff --exclude-from=exclude -N -u -r nsalibsepol/src/genbools.c libsepol-1.5.9/src/genbools.c
--- nsalibsepol/src/genbools.c 2005-05-17 08:07:47.000000000 -0400
+++ libsepol-1.5.9/src/genbools.c 2005-05-26 10:54:03.000000000 -0400
@@ -194,7 +194,7 @@
for (i = 0; i < nel; i++) {
datum = hashtab_search(policydb.p_bools.table, names[i]);
if (!datum) {
- __sepol_debug_printf("%s: unknown boolean %s\n",
+ __sepol_debug_printf("%s: boolean %s no longer in policy\n",
__FUNCTION__, names[i]);
errors++;
continue;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-29 20:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-29 20:19 libsepol patch to fix error message Daniel J Walsh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.