From b1e329a6e5763cd40933f446bce759b585169e2d Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Wed, 2 Aug 2017 01:23:12 -0400 Subject: Add phosphor-msl-verify phosphor-msl-verify is a oneshot application for basic minimum ship level (MSL) verification. https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/xyz/openbmc_project/Control/README.msl.md Change-Id: Ifa036bb0a45255af7c7773bd910e83c64842d868 Signed-off-by: Brad Bishop --- mslverify/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mslverify/README.md (limited to 'mslverify/README.md') diff --git a/mslverify/README.md b/mslverify/README.md new file mode 100644 index 0000000..612561e --- /dev/null +++ b/mslverify/README.md @@ -0,0 +1,10 @@ +phosphor-msl-verify + +phosphor-msl-verify is a "oneshot" application for basic minimum ship level +[(MSL)](https://github.com/openbmc/phosphor-dbus-interfaces/xyz/openbmc_project/control/README.msl) +verification. + +The application first determines if MSL validation is disabled and if not, +searches the D-Bus object namespace for any MeetsMSL interfaces and exits with +non-zero status if any inventory items implementing the interface are found +that do not meet the MSL. -- cgit v1.2.1