mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
am 538e8032
: Merge "Add missing restorecon_recursive calls."
* commit '538e80320128b46eb27e8162c91128ec8c5104cc': Add missing restorecon_recursive calls.
This commit is contained in:
commit
c291ed4b0f
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,10 @@ on boot
|
||||||
# msm specific files that need to be created on /data
|
# msm specific files that need to be created on /data
|
||||||
on post-fs-data
|
on post-fs-data
|
||||||
mkdir /data/media 0770 media_rw media_rw
|
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
|
chown system system /dev/wcnss_wlan
|
||||||
write /sys/module/wcnss_ssr_8960/parameters/enable_riva_ssr 1
|
write /sys/module/wcnss_ssr_8960/parameters/enable_riva_ssr 1
|
||||||
|
@ -151,6 +155,7 @@ on post-fs-data
|
||||||
|
|
||||||
# Create directory used by audio subsystem
|
# Create directory used by audio subsystem
|
||||||
mkdir /data/misc/audio 0770 audio audio
|
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
|
# 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
|
# We chown/chmod /persist again so because mount is run as root + defaults
|
||||||
|
|
Loading…
Reference in a new issue