Merge "Change /configfs/sdcardfs to 0770"

This commit is contained in:
TreeHugger Robot 2018-01-19 21:57:18 +00:00 committed by Android (Google) Code Review
commit 82b85d0b7c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ on init
restorecon_recursive /mnt
mount configfs none /config
chmod 0775 /config/sdcardfs
chmod 0770 /config/sdcardfs
chown system package_info /config/sdcardfs
mkdir /mnt/secure 0700 root root