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

Commit 4517e57f authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Create /metadata/apex/[sessions].

For storing persistent apex session state.

Bug: 126740531
Test: builds
Change-Id: Ibf280764977768956b5512b2252d22ceaba31c1e
parent b778c44c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -389,6 +389,8 @@ on post-fs
    chmod 0700 /metadata/vold
    mkdir /metadata/password_slots 0771 root system

    mkdir /metadata/apex 0700 root system
    mkdir /metadata/apex/sessions 0700 root system
on late-fs
    # Ensure that tracefs has the correct permissions.
    # This does not work correctly if it is called in post-fs.