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

Commit 59e48a24 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Fix /data_mirror permission am: 70b6a956

Change-Id: I6e9406e8e18378aadca3b178b0d75fa06f5e8324
parents ee91f73b 70b6a956
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -701,9 +701,7 @@ on post-fs-data

    # A tmpfs directory, which will contain all apps CE DE data directory that
    # bind mount from the original source.
    chown root root /data_mirror
    chmod 0700 /data_mirror
    mount tmpfs tmpfs /data_mirror mode=0700,uid=0,gid=1000 nodev noexec nosuid
    mount tmpfs tmpfs /data_mirror nodev noexec nosuid mode=0700,uid=0,gid=1000
    restorecon /data_mirror
    mkdir /data_mirror/data_ce 0700 root root
    mkdir /data_mirror/data_de 0700 root root