Merge "init.rc: Mount /mnt with nodev,nosuid,noexec"
am: 6698482ca4
Change-Id: I525302301e2812db8b087995c9e4b23d2e0cc966
This commit is contained in:
commit
0802d45683
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ on init
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in a new issue