Merge "Harden /mnt/pass_through paths" am: 294c16024b
Change-Id: I4f7c433bdff45c44aadd4789263b22c00a470ed7
This commit is contained in:
commit
8cf544b7eb
1 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue