diff --git a/services/etc/group b/services/etc/group index c3082eded4671686f4f1a3bacdd2d4385558ea2c..20178d35d01e4f019032e7f3293476d078af012f 100755 --- a/services/etc/group +++ b/services/etc/group @@ -27,6 +27,7 @@ net_bw_acct:x:3007: readproc:x:3009: wakelock:x:3010: uhid:x:3011: +ddms:x:3012: access_token:x:3020: misc:x:9998: app:x:10000: diff --git a/services/etc/init.cfg b/services/etc/init.cfg index e5ade3828adc195983a6a9784c1e12e474db1701..00c8d321b41b44bd2d68873e900304af53be9a40 100755 --- a/services/etc/init.cfg +++ b/services/etc/init.cfg @@ -218,6 +218,7 @@ "mkdir /data/service/el2/0/hmdfs 0711 system system", "mkdir /data/chipset/el1/0 0711 root root", "mkdir /data/chipset/el2/0 0711 root root", + "mkdir /data/service/el1/public/AbilityManagerService 0711 system system", "mount tmpfs tmpfs /storage nodev noexec nosuid mode=0755,uid=0,gid=0", "mkdir /storage/media 0711 root root", "mkdir /data/bootchart 0755 shell shell", diff --git a/services/etc/passwd b/services/etc/passwd index 4d3d644018f1110f470d5f37e3b4a96017e78bc5..9531637c51d771b8468e81f4b30ea06d140a1573 100755 --- a/services/etc/passwd +++ b/services/etc/passwd @@ -27,6 +27,7 @@ net_bw_acct:x:3007:3007:::/bin/false readproc:x:3009:3009:::/bin/false wakelock:x:3010:3010:::/bin/false uhid:x:3011:3011:::/bin/false +ddms:x:3012:3012:::/bin/false access_token:x:3020:3020:::/bin/false misc:x:9998:9998:::/bin/false app:x:10000:10000:::/bin/false