Merge "init.rc: Add nodev,noexec,nosuid to /config"
am: 7238eca684
Change-Id: I72e4b379f2a4fb6f5dadb32410a1f87c658b4ec1
This commit is contained in:
commit
53274d67ff
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ on init
|
|||
mount tmpfs tmpfs /mnt nodev noexec nosuid mode=0755,uid=0,gid=1000
|
||||
restorecon_recursive /mnt
|
||||
|
||||
mount configfs none /config
|
||||
mount configfs none /config nodev noexec nosuid
|
||||
chmod 0775 /config/sdcardfs
|
||||
chown system package_info /config/sdcardfs
|
||||
|
||||
|
|
Loading…
Reference in a new issue