am 8e15eabd: Apply the correct SELinux label for the properties workspace.

* commit '8e15eabdc0b40e68426eaf3179dc076d20df75b6':
  Apply the correct SELinux label for the properties workspace.
diff --git a/init/init.c b/init/init.c
index b28b0ab..93b5997 100755
--- a/init/init.c
+++ b/init/init.c
@@ -879,6 +879,7 @@
      */
     restorecon("/dev");
     restorecon("/dev/socket");
+    restorecon("/dev/__properties__");
 
     is_charger = !strcmp(bootmode, "charger");