From 1d27478b6084424482d079744f058abd6a0da1bc Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 28 Mar 2016 09:36:27 -0400 Subject: [PATCH] seinfo: fix defaults and typebounds count formatting. --- seinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seinfo b/seinfo index 2e6f28d..96af519 100755 --- a/seinfo +++ b/seinfo @@ -326,7 +326,7 @@ try: p.mlsconstraint_count, p.mlsvalidatetrans_count)) print(" Permissives: {0:7} Polcap: {1:7}".format( p.permissives_count, p.polcap_count)) - print(" Defaults: {0:7} Typebounds: {1:7}".format( + print(" Defaults: {0:7} Typebounds: {1:7}".format( p.default_count, p.typebounds_count)) if p.target_platform == "selinux":