mirror of
https://github.com/SELinuxProject/setools
synced 2025-04-01 00:06:19 +00:00
seinfo: fix defaults and typebounds count formatting.
This commit is contained in:
parent
8e2c8ca372
commit
1d27478b60
2
seinfo
2
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":
|
||||
|
Loading…
Reference in New Issue
Block a user