commit | eba798a767be4841dbf175efda2c19b876ac3299 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Jan 22 21:30:53 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 22 21:30:53 2020 +0000 |
tree | 37a60aac6fa8b23bca64c295eb56618c71d92652 | |
parent | 4169e9e47d88aa5f09728c1dbd7ef25c704fb551 [diff] | |
parent | 6ca090e6b0e96d392cc46b305d526e1decba0547 [diff] |
Merge "Harden /mnt/pass_through permission bits"
diff --git a/rootdir/init.rc b/rootdir/init.rc index 6a6169c..e575808 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -173,7 +173,7 @@ 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