Skip to content
Snippets Groups Projects
Commit 4edec253 authored by Daniel Rosenberg's avatar Daniel Rosenberg
Browse files

Set up configfs


Bug: 19160983
Change-Id: I8fddf11fb6124950dfa2528a4f420abd9d461df6
Signed-off-by: default avatarDaniel Rosenberg <drosen@google.com>
parent 73207ce1
Branches
Tags
No related merge requests found
...@@ -62,6 +62,10 @@ on init ...@@ -62,6 +62,10 @@ on init
mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000 mount tmpfs tmpfs /mnt mode=0755,uid=0,gid=1000
restorecon_recursive /mnt restorecon_recursive /mnt
mount configfs none /config
chmod 0775 /config/sdcardfs
chown system package_info /config/sdcardfs
mkdir /mnt/secure 0700 root root mkdir /mnt/secure 0700 root root
mkdir /mnt/secure/asec 0700 root root mkdir /mnt/secure/asec 0700 root root
mkdir /mnt/asec 0755 root system mkdir /mnt/asec 0755 root system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment