diff options
author | Oscar Montemayor <oam@google.com> | 2010-01-06 13:18:12 -0800 |
---|---|---|
committer | Oscar Montemayor <oam@google.com> | 2010-01-06 16:24:48 -0800 |
commit | d0aa32c3d99aeb0e6949ab1c4fae83283a946567 (patch) | |
tree | b42dc392d71afbbf196c58925fd9b2c949abcd95 /rootdir | |
parent | 900570e2a833bde0683cce5254d9dc102509cabc (diff) | |
download | system_core-d0aa32c3d99aeb0e6949ab1c4fae83283a946567.zip system_core-d0aa32c3d99aeb0e6949ab1c4fae83283a946567.tar.gz system_core-d0aa32c3d99aeb0e6949ab1c4fae83283a946567.tar.bz2 |
Apps on SD project. Small change to support apps on SD file system key storage.
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index b4689e6..43bb40e 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -108,6 +108,7 @@ loglevel 3 mkdir /data/misc/bluetoothd 0770 bluetooth bluetooth mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/vpn 0770 system system + mkdir /data/misc/systemkeys 0700 system system mkdir /data/misc/vpn/profiles 0770 system system # give system access to wpa_supplicant.conf for backup and restore mkdir /data/misc/wifi 0770 wifi wifi |