From e474914e6bdc193edb5ff91aa51d2e65fffb9873 Mon Sep 17 00:00:00 2001 From: ripee Date: Sun, 12 Apr 2020 11:54:58 +0200 Subject: [PATCH] msm8976-common: Do not create directory for TZ Apps --- rootdir/etc/init.qcom.rc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 8c5bf9b..72520df 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -1191,9 +1191,6 @@ on boot # msm specific files that need to be created on /data on post-fs-data - # Create directory for TZ Apps - mkdir /data/misc/qsee 0770 system system - # We will remap this as /mnt/sdcard with the sdcard fuse tool mkdir /data/misc/camera 0770 camera camera @@ -1329,7 +1326,6 @@ on post-fs-data mkdir /tombstones/wcnss 0771 system system mkdir /tombstones/dsps 0771 system system mkdir /persist/data/sfs 0700 system system - mkdir /persist/data/tz 0700 system system mkdir /data/misc/dts 0770 media audio mkdir /data/misc/audio_pp 0771 media audio