libsepol/libsepol-rhat.patch

13 lines
545 B
Diff
Raw Normal View History

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;