From 6097da8b764d2b1686a434723b4e2eb3d23c898e Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Wed, 8 Jul 2020 17:08:16 +0800 Subject: [PATCH] Create folder to store nfc snoop data Bug: 153704838 Test: nfc snooop could be stored in this folder Change-Id: I0cb8ea1844e6774d47d3804ed6ddb3b2206be8c8 --- rootdir/init.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rootdir/init.rc b/rootdir/init.rc index 6ef3bdca6..9b0cf13db 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -598,6 +598,8 @@ on post-fs-data chown bluetooth bluetooth /data/misc/bluedroid/bt_config.conf mkdir /data/misc/bluetooth 0770 bluetooth bluetooth mkdir /data/misc/bluetooth/logs 0770 bluetooth bluetooth + mkdir /data/misc/nfc 0770 nfc nfc + mkdir /data/misc/nfc/logs 0770 nfc nfc mkdir /data/misc/credstore 0700 credstore credstore mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/gatekeeper 0700 system system