diff options
author | Robert Greenwalt <rgreenwalt@google.com> | 2012-09-26 16:04:27 -0700 |
---|---|---|
committer | Robert Greenwalt <rgreenwalt@google.com> | 2012-09-27 08:16:58 -0700 |
commit | d6d478058fc201bfc70f353019477e17c71a29d4 (patch) | |
tree | 4867ab8a65f043d366330534b3df09aef5422d9b /rootdir | |
parent | 00615f017bcc4be5a6ce02f1eeeebe59dbd381df (diff) | |
download | system_core-d6d478058fc201bfc70f353019477e17c71a29d4.zip system_core-d6d478058fc201bfc70f353019477e17c71a29d4.tar.gz system_core-d6d478058fc201bfc70f353019477e17c71a29d4.tar.bz2 |
Add writable data space for radio.
Storing Premium SMS regex's in /data/misc/sms.
bug:7221402
Change-Id: Ica8ba7be8aa5321f3e6ed820a0dddc01f77d2cfb
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 619d5c2..e9abadd 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -199,6 +199,7 @@ on post-fs-data mkdir /data/misc/bluetooth 0770 system system mkdir /data/misc/keystore 0700 keystore keystore mkdir /data/misc/keychain 0771 system system + mkdir /data/misc/sms 0770 system radio mkdir /data/misc/vpn 0770 system vpn mkdir /data/misc/systemkeys 0700 system system # give system access to wpa_supplicant.conf for backup and restore |