Skip to content

Capture the Flags

Compare
Choose a tag to compare
@gicmo gicmo released this 10 Apr 21:51
· 1184 commits to master since this release
0.3

Prepare for upcoming kernel changes:

  • Support for usbonly security level
  • Support for boot sysfs device attribute

DBus API changes:

  • BoltStatus was split, so that:
    • Device.Status does not report authorized-xxx anymore
    • Device.AuthFlags added to indicate auth details, e.g. secure, nopci, boot, nokey
  • BoltSecurity and thus Manager.SecurityLevel can report usbonly

client/boltctl:

  • async versions for many function calls
  • more efficient getters, resulting in reduced allocations
  • boltctl reports Device.AuthFlags
  • boltctl prints more and better version info via boltctl monitor

Other bugfixes and improvements include:

  • more robust flags/enum conversion