summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-23 01:34:58 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-10-26 16:28:58 +0300
commite58d3371418445d8a04cb35bcf0c3fb64f747bc1 (patch)
treeff1b529e975b65415539e20114c1aceb478b7a52 /meta-phosphor/recipes-phosphor/dbus/phosphor-mapper
parentaa5d94588b0eac59bd7903297d255a67286ae3e2 (diff)
downloadopenbmc-e58d3371418445d8a04cb35bcf0c3fb64f747bc1.tar.xz
phosphor-mapper: Drop blacklist feature
An interface and path blacklisting feature was implemented in the python mapper but it isn't used, and it wasn't implemented in the c++ mapper. Drop support to make a small improvement to comprehensional complexity and ease the transition to the c++ mapper. (From meta-phosphor rev: 6b10fd583d7c1baed14f6076322548f4f097d9db) Change-Id: I3346f1929689b75553b8331a6ac1b5df0d5c87cb Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dbus/phosphor-mapper')
-rw-r--r--meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
index aeb734da7d..394e0edd1a 100644
--- a/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
+++ b/meta-phosphor/recipes-phosphor/dbus/phosphor-mapper/xyz.openbmc_project.ObjectMapper.service
@@ -8,9 +8,7 @@ Restart=always
Type=dbus
ExecStart=/usr/bin/env phosphor-mapper \
--path_namespaces="${{MAPPER_NAMESPACES}}" \
- --interface_namespaces="${{MAPPER_INTERFACES}}" \
- --blacklists="${{MAPPER_BLACKLISTS}}" \
- --interface_blacklists="${{MAPPER_INTERFACEBLACKLISTS}}"
+ --interface_namespaces="${{MAPPER_INTERFACES}}"
SyslogIdentifier=phosphor-mapper
BusName={BUSNAME}
TimeoutStartSec=300