Name Date Size #Lines LOC

..26-Oct-2023-

.gitignoreH A D07-Mar-202120 21

README.mdH A D13-Dec-2022470 118

meson.buildH A D24-Jun-2022340 1916

util.hppH A D20-May-20235.3 KiB158127

verify.cppH A D20-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