Merge "init.rc: Add nodev,noexec,nosuid to /config"

This commit is contained in:
Treehugger Robot 2018-02-15 03:01:33 +00:00 committed by Gerrit Code Review
commit 7238eca684
1 changed files with 1 additions and 1 deletions

View File

@ -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