Results 33 issues of Philip Tricca

Currently we have the `--max-connections` command line option that limits the number of connections to the tabrmd at any given time. It may also be desirable to limit the number...

enhancement

There are a few objects: AccessBroker, TCTIs and probably others that should implement the GInitable interface (https://developer.gnome.org/gio/stable/GInitable.html). Additional useful information can be found on Allison Lortie's gnome blog: https://blogs.gnome.org/desrt/2012/02/26/a-gentle-introduction-to-gobject-construction/#comment-1233. Discussions...

When the IPC mechanism exposed by the tabrmd is using sockets we'll need a TCTI library to drive the interface from the client side.

enhancement

Implement TLS for the socket IPC object from #112. This object must support * mutual TLS auth * configurable server certificate * configurable certificate database

enhancement

Use the abstract IPC object from #110 as the parent for an object that implements a socket IPC mechanism for clients. This requires the implementation of a TCTI library for...

enhancement

boots to grub and reports an error: "error: no such device: ()/EFI/BOOT/grub.cfg. Looks like prefix is set to something invalid?

bug

Support systemd init alongside classic sysv.

enhancement

Currently the measured-image-bootimg only works for pcbios or pcbios+uefi MACHINE_FEATURES. uefi only produces bork'd ISOs.

enhancement

Signed-off-by: Philip Tricca

Figure out how to integrate this library (and the required tss2 ones) into edk2. Edk2 is not particularly friendly to integrating external libraries. The assumption of static linking seems to...