diff options
author | Mahesh Lanka <mlanka@codeaurora.org> | 2018-09-10 14:59:04 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:09 +0200 |
commit | eae5c24ecdb663410fcf41d6236fe964b65c69cc (patch) | |
tree | db4f0b77ca3fc2f1893359e5d9b61a1e9c83bb32 /rootdir | |
parent | 532ec0cbbccf1e32cfb5818a2ede1351ca1e9fbd (diff) |
wayne-common: Remove creating and accessing /data/media from vendor domain
Vendor domains can't access files outside of /data/vendor
CRs-Fixed: 2307724
Change-Id: Ied173cc6bfb2a8041c8a0feb016e9efa3b743b7f
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 5ff1b17..2605336 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -245,9 +245,6 @@ on post-fs-data #Create folder for mm-qcamera-daemon mkdir /data/misc/camera 0770 camera camera - mkdir /data/media 0770 media_rw media_rw - chown media_rw media_rw /data/media - #Create directory for tftp mkdir /data/vendor/tombstones 0771 system system |