Update RestrictionMode enum

Update the RestrictionMode enum to incoming phosphor-dbus-interfaces
changes

Change-Id: Ie0ed543d539cf6f94410fa6ae7fc76868be63081
Signed-off-by: Matt Simmering <matthew.simmering@intel.com>
diff --git a/src/allowlist-filter.cpp b/src/allowlist-filter.cpp
index 64f9cf5..54d92e0 100644
--- a/src/allowlist-filter.cpp
+++ b/src/allowlist-filter.cpp
@@ -48,7 +48,7 @@
     static constexpr RestrictionMode::Modes restrictionModeAllowAll =
         RestrictionMode::Modes::Provisioning;
     static constexpr RestrictionMode::Modes restrictionModeRestricted =
-        RestrictionMode::Modes::ProvisionedHostWhitelist;
+        RestrictionMode::Modes::ProvisionedHostAllowlist;
     static constexpr RestrictionMode::Modes restrictionModeDenyAll =
         RestrictionMode::Modes::ProvisionedHostDisabled;