Add Restricted mode as a host setting
diff --git a/settings_manager.py b/settings_manager.py
index e49b466..3d5cf14 100755
--- a/settings_manager.py
+++ b/settings_manager.py
@@ -53,6 +53,8 @@
             self.Set(DBUS_NAME, name, value)
         elif type=="s":
             self.Set(DBUS_NAME, name, str(value))
+        elif type=="b":
+            self.Set(DBUS_NAME, name, value)
 
     # Save the settings to the BMC. This will write the settings value in
     # individual files named by the property name to the BMC.