Merge "init.rc: Mount /mnt with nodev,nosuid,noexec"

This commit is contained in:
Treehugger Robot 2018-02-15 00:20:12 +00:00 committed by Gerrit Code Review
commit 6698482ca4

View file

@ -82,7 +82,7 @@ on init
# Mount staging areas for devices managed by vold # Mount staging areas for devices managed by vold
# See storage config details at http://source.android.com/tech/storage/ # 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 restorecon_recursive /mnt
mount configfs none /config mount configfs none /config