Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 14-Oct-2024 | - | ||||
.gitignore | H A D | 07-Mar-2021 | 20 | 2 | 1 | |
README.md | H A D | 13-Dec-2022 | 470 | 11 | 8 | |
meson.build | H A D | 24-Jun-2022 | 340 | 19 | 16 | |
util.hpp | H A D | 04-Sep-2024 | 5.2 KiB | 157 | 126 | |
verify.cpp | H A D | 20-May-2023 | 3 KiB | 102 | 59 |
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