restorecon /data/media and /data/misc/audio.

Just as with hammerhead.  Other files/directories were already
addressed for flo.

Change-Id: I90d10e2654d5e52d40a553a9b7db4d8e5989037b
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
diff --git a/init.flo.rc b/init.flo.rc
index 1e60fa6..626ac13 100644
--- a/init.flo.rc
+++ b/init.flo.rc
@@ -131,6 +131,7 @@
 # msm specific files that need to be created on /data
 on post-fs-data
     mkdir /data/media 0770 media_rw media_rw
+    restorecon_recursive /data/media
 
     # Create the directories used by the Wireless subsystem
     mkdir /data/misc/wifi 0770 wifi wifi
@@ -156,6 +157,7 @@
 
     # Create directory used by audio subsystem
     mkdir /data/misc/audio 0770 audio audio
+    restorecon_recursive /data/misc/audio
 
     # Mounting of persist is moved to 'on emmc-fs' and 'on fs' sections
     # We chown/chmod /persist again so because mount is run as root + defaults