summaryrefslogtreecommitdiff
path: root/special-mode-mgr
diff options
context:
space:
mode:
authorRichard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>2019-08-02 08:31:32 +0300
committerThomaiyar, Richard Marian <richard.marian.thomaiyar@intel.com>2019-08-07 20:49:04 +0300
commit8ab478141ec86a5c9995b51ab931b9038ca38064 (patch)
treecfdc3b2cd483c9237055b989b0d3a2d1cc6363ae /special-mode-mgr
parent9066b017876a17d5ba2299c1f009748c31b6fa58 (diff)
downloadprovingground-8ab478141ec86a5c9995b51ab931b9038ca38064.tar.xz
Fix: Special mode mgr path.
Special mode mgr was using lowerCamelCase for it's path which is not used as per our standard, hence converted the same with '_' usage. special_mode is the new suffixed path now. Tested: 1. Verified by executing manufacturing mode comamnd by entering to manufacturing mode. Change-Id: I837296b20f93ee76440bf31d29d0391557cf956f Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
Diffstat (limited to 'special-mode-mgr')
-rw-r--r--special-mode-mgr/src/specialmodemgr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/special-mode-mgr/src/specialmodemgr.cpp b/special-mode-mgr/src/specialmodemgr.cpp
index 1e3ba3a..93f36e5 100644
--- a/special-mode-mgr/src/specialmodemgr.cpp
+++ b/special-mode-mgr/src/specialmodemgr.cpp
@@ -27,7 +27,7 @@ static constexpr const char* specialModeMgrService =
static constexpr const char* specialModeIntf =
"xyz.openbmc_project.Security.SpecialMode";
static constexpr const char* specialModePath =
- "/xyz/openbmc_project/security/specialMode";
+ "/xyz/openbmc_project/security/special_mode";
static constexpr const char* provisioningMode =
"xyz.openbmc_project.Control.Security.RestrictionMode.Modes.Provisioning";
static constexpr const char* restrictionModeService =