Merge "Harden /mnt/pass_through permission bits"
This commit is contained in:
commit
eba798a767
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ on init
|
|||
mkdir /mnt/user/0/emulated/0 0755 root root
|
||||
|
||||
# Prepare directories for pass through processes
|
||||
mkdir /mnt/pass_through 0755 root root
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue