Open
Description
The Python Keylime agent have the option to set agent_uuid = hostname
, to set the FQDN as the UUID agent. The Rust version do not implement this feature (but is documented in keylime.conf)
I am looking for a Rust crate that can here, but so far no one is following how Python works (socket.getfqdn
that use gethostname
and gethostbyaddr
from POSIX netdb
).