-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This patch looks good to me. acked. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk45tKQACgkQrlYvE4MpobNwGgCfUACV5jEBprwlDgUI0Ii39Ktf 7AIAoNw1gNQpd1Bx452QCXq3lTTe5Nde =3UhN -----END PGP SIGNATURE-----
>From cf3baa4ecfeae76d3e0757a40e427dc16c51391a Mon Sep 17 00:00:00 2001 From: Eric Paris <eparis@xxxxxxxxxx> Date: Tue, 5 Jul 2011 00:27:41 -0400 Subject: [PATCH 011/155] audit2allow: do not print statistics I believe this is just to stop flooding the screen with libsepol statistics every time you run audit2allow or any other libsepol command. Signed-off-by: Eric Paris <eparis@xxxxxxxxxx> --- libselinux/src/audit2why.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/libselinux/src/audit2why.c b/libselinux/src/audit2why.c index 43b725c..b937606 100644 --- a/libselinux/src/audit2why.c +++ b/libselinux/src/audit2why.c @@ -255,6 +255,8 @@ static int __policy_init(const char *init_path) fclose(fp); sepol_set_policydb(&avc->policydb->p); avc->handle = sepol_handle_create(); + /* Turn off messages */ + sepol_msg_set_callback(avc->handle, NULL, NULL); rc = sepol_bool_count(avc->handle, avc->policydb, &cnt); -- 1.7.6
Attachment:
0011-audit2allow-do-not-print-statistics.patch.sig
Description: PGP signature