commit | 057d04ac900454514897c17c9fef556c72c68236 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Feb 15 00:20:12 2018 +0000 |
tree | 5aa5209b72e29f32be18bb8b7bf3a737934caee9 | |
parent | 6d8268e34831e65db80f5d16789537b393f26eda [diff] | |
parent | 15db519ed099aa05f1244d59b51530d9a6f0dd02 [diff] |
Merge "init.rc: Mount /mnt with nodev,nosuid,noexec"
diff --git a/rootdir/init.rc b/rootdir/init.rc index da3f824..dcba63d 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc
@@ -82,7 +82,7 @@ # Mount staging areas for devices managed by vold # See storage config details at http://source.android.com/tech/storage/ - mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000 + mount tmpfs tmpfs /mnt nodev noexec nosuid mode=0755,uid=0,gid=1000 restorecon_recursive /mnt mount configfs none /config