Merge "Fix /data_mirror permission" am: 541d0d28b1 am: b192a8111a

Change-Id: Id61f223d5427101f7084aa5dedbc2c29b1d0443d
This commit is contained in:
Automerger Merge Worker 2020-03-05 10:29:49 +00:00
commit f13fd3b82d
1 changed files with 1 additions and 3 deletions

View File

@ -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