diff options
author | Rohit Rangwani <rrangwan@codeaurora.org> | 2018-04-03 12:29:04 +0530 |
---|---|---|
committer | TingyiChen <tingyi364@gmail.com> | 2019-08-13 11:53:55 +0200 |
commit | 547d45cce30dc75976d805e86c3af88069ba5998 (patch) | |
tree | 1012676cbed2d6b012dfe652b250bb6915272d3b /rootdir | |
parent | ee2f9e99a2c14e99633b0dd6fc799ad226f1ac30 (diff) |
wayne-common: Remove NFC data directory creation
Removed NFC data directory creation to fix
vendor_init access denial issue.
NFC data directoty is already being created
by system core init.rc.
Change-Id: I7ebb88dc7b2df988a8af477baa81fe9253030ffb
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 9181d98..a6949dd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -380,10 +380,6 @@ on post-fs-data chmod 2770 /data/vendor/perfd rm /data/vendor/perfd/default_values - # NFC local data and nfcee xml storage - mkdir /data/nfc 0770 nfc nfc - mkdir /data/nfc/param 0770 nfc nfc - #Create IOP deamon related dirs mkdir /data/vendor/iop 0700 root system |