PATCH: print module magic in hex, not decimal on mismatch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Print the module magic number in hex, not decimal if there is a mismatch,
just like we do for policydb magic number.  Since the magic defines are
in hex the output should be as well for easier debugging.

Signed-off-by: Todd C. Miller <tmiller@xxxxxxxxxx>

--

Index: trunk/libsepol/src/module.c
===================================================================
--- trunk/libsepol/src/module.c	(revision 2690)
+++ trunk/libsepol/src/module.c	(working copy)
@@ -371,7 +371,7 @@
 	}
 	if (le32_to_cpu(buf[0]) != SEPOL_MODULE_PACKAGE_MAGIC) {
 		ERR(file->handle,
-		    "wrong magic number for module package:  expected %u, got %u",
+		    "wrong magic number for module package:  expected %#08x, got %#08x",
 		    SEPOL_MODULE_PACKAGE_MAGIC, le32_to_cpu(buf[0]));
 		goto err;
 	}

--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with
the words "unsubscribe selinux" without quotes as the message.

[Index of Archives]     [Selinux Refpolicy]     [Linux SGX]     [Fedora Users]     [Fedora Desktop]     [Yosemite Photos]     [Yosemite Camping]     [Yosemite Campsites]     [KDE Users]     [Gnome Users]

  Powered by Linux