All of lore.kernel.org
 help / color / mirror / Atom feed
* system_232 upgrade to 234?
@ 2017-12-13  2:34 Yong Li
  0 siblings, 0 replies; only message in thread
From: Yong Li @ 2017-12-13  2:34 UTC (permalink / raw)
  To: 'OpenBMC Maillist'; +Cc: yong.b.li

Hi All,

 I am working on the replacement for
chassis_control.py(https://github.com/openbmc/skeleton/blob/master/pychassis
ctl/chassis_control.py), using
https://github.com/openbmc/phosphor-state-manager. And would like to add the
uuid property into chassis-stats-manager.

I found this uuid property is using the same content in /etc/machine-id(from
the above chassis_contro.py). Based on
https://www.freedesktop.org/software/systemd/man/machine-id.html: This ID
uniquely identifies the host. It should be considered "confidential", and
must not be exposed in untrusted environments, in particular on the network.
And there is a new API(sd_id128_get_machine_app_specific(3)) to generate an
application specific ID.

It seems to me that we need to use the new systemd API to change the current
uuid generation logic. I can cherry-pick several systemd patch files to
backport the new API from 234 to 232. Or can we just upgrade the current
systemd_232 to 234(from yocto 2.4)? Any doc/plan about the upgrade?

Thanks for your comments/suggestions!

Yong Li

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-13  2:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-13  2:34 system_232 upgrade to 234? Yong Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.