Name Date Size #Lines LOC

..--

.gitignoreH A D02-Aug-201720 21

README.mdH A D08-Dec-2022470 118

meson.buildH A D21-Jun-2022340 1916

util.hppH A D16-Aug-20245.2 KiB157126

verify.cppH A D10-May-20233 KiB10259

README.md

1# phosphor-msl-verify
2
3phosphor-msl-verify is a "oneshot" application for basic minimum ship level
4[(MSL)](https://github.com/openbmc/phosphor-dbus-interfaces/xyz/openbmc_project/control/README.msl)
5verification.
6
7The application first determines if MSL validation is disabled and if not,
8searches the D-Bus object namespace for any MeetsMSL interfaces and exits with
9non-zero status if any inventory items implementing the interface are found that
10do not meet the MSL.
11