Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c319310f authored by Tom Cherry's avatar Tom Cherry
Browse files

Move mkdir /data/nfc/... to rootdir init.rc

These are directories used by the system so they should be created by
the system.

Test: treehugger
Change-Id: I2a721ef7871c8842fa912497f5ec6988fcec9e58
parent b77ecd04
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -481,6 +481,10 @@ on post-fs-data

    mkdir /data/anr 0775 system system

    # NFC: create data/nfc for nv storage
    mkdir /data/nfc 0770 nfc nfc
    mkdir /data/nfc/param 0770 nfc nfc

    # Create all remaining /data root dirs so that they are made through init
    # and get proper encryption policy installed
    mkdir /data/backup 0700 system system