diff options
| author | Alex Yakavenka <ayakav@codeaurora.org> | 2011-11-14 17:25:04 +0900 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2012-07-10 23:05:00 +0100 |
| commit | 1d88d954525172d6854bb75d29134a2a88d62277 (patch) | |
| tree | 837fa825dc1394b9f557ccdd73261e0dea2fe05a /rootdir | |
| parent | 912f3a5a9503845c84a0a5cf918bb3f1fbfd4ebc (diff) | |
| download | system_core-1d88d954525172d6854bb75d29134a2a88d62277.tar.gz system_core-1d88d954525172d6854bb75d29134a2a88d62277.tar.bz2 system_core-1d88d954525172d6854bb75d29134a2a88d62277.zip | |
Add required permissions and files for data
- Add /data/radio
- Set gateway property after DNS
- Allow radio users to set properties associated with
all rmnet interfaces. Not just rmnet0
Change-Id: Ia60fcb8f90aa73ffd40e839b93356ee50a9e5072
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 121aa28a..a3295054 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -191,6 +191,7 @@ on post-fs-data mkdir /data/property 0700 root root mkdir /data/ssh 0750 root shell mkdir /data/ssh/empty 0700 root root + mkdir /data/radio 0770 radio radio # create dalvik-cache and double-check the perms, so as to enforce our permissions mkdir /data/dalvik-cache 0771 system system |
