am c291ed4b: am 538e8032: Merge "Add missing restorecon_recursive calls."

* commit 'c291ed4b0f7f4d4551c4060399a840ea9f8c1259':
  Add missing restorecon_recursive calls.
This commit is contained in:
Nick Kralevich 2014-02-25 20:06:24 +00:00 committed by Android Git Automerger
commit 2529ca3ab4

View file

@ -137,6 +137,10 @@ on boot
# 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
# Apply correct labeling to DRM files
restorecon_recursive /data/misc/playready
chown system system /dev/wcnss_wlan
write /sys/module/wcnss_ssr_8960/parameters/enable_riva_ssr 1
@ -153,6 +157,7 @@ on post-fs-data
# 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