Merge "Harden /mnt/pass_through paths"

This commit is contained in:
Zimuzo Ezeozue 2020-02-03 11:34:52 +00:00 committed by Gerrit Code Review
commit 294c16024b

View file

@ -191,10 +191,10 @@ on init
# Prepare directories for pass through processes
mkdir /mnt/pass_through 0700 root root
mkdir /mnt/pass_through/0 0755 root root
mkdir /mnt/pass_through/0/self 0755 root root
mkdir /mnt/pass_through/0/emulated 0755 root root
mkdir /mnt/pass_through/0/emulated/0 0755 root root
mkdir /mnt/pass_through/0 0710 root media_rw
mkdir /mnt/pass_through/0/self 0710 root media_rw
mkdir /mnt/pass_through/0/emulated 0710 root media_rw
mkdir /mnt/pass_through/0/emulated/0 0710 root media_rw
mkdir /mnt/expand 0771 system system
mkdir /mnt/appfuse 0711 root root