From c52345220f791e162463f9efce08c23a9794607e Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 25 Sep 2014 13:56:55 -0700 Subject: Ensure that drm related directories always exist qseecomd uses /persist/data/sfs and /persist/data/tz. Make sure those directories always exist so that qseecomd doesn't try to create those directories itself. The original fix for bug 17298796 ensured that /persist/data always existed, but not the subdirectories. This is essentially a continuation of that bug. Bug: 17647536 Change-Id: I3792117500578cc7e009613f5fbaa25048b735bc --- init.shamu.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.shamu.rc') diff --git a/init.shamu.rc b/init.shamu.rc index 7a24f7b4..85cae9d0 100644 --- a/init.shamu.rc +++ b/init.shamu.rc @@ -56,6 +56,8 @@ on fs mount ext4 /dev/block/platform/msm_sdcc.1/by-name/persist /persist nosuid nodev barrier=1 restorecon_recursive /persist mkdir /persist/data 0700 system system + mkdir /persist/data/sfs 0700 system system + mkdir /persist/data/tz 0700 system system wait /dev/block/platform/msm_sdcc.1/by-name/oem mount ext4 /dev/block/platform/msm_sdcc.1/by-name/oem /oem ro nosuid nodev context=u:object_r:oemfs:s0 -- cgit v1.2.3