diff --git a/services/etc/init.cfg b/services/etc/init.cfg index 9ca73fa6bff6b26bb17b21bcc8b66274ba785c69..a0ebdf67abbb0d8ab7aef8d9f355391b3b76bc8f 100755 --- a/services/etc/init.cfg +++ b/services/etc/init.cfg @@ -164,7 +164,7 @@ "mkdir /data/vendor 0771 root root", "mkdir /data/local/tmp 0771 shell shell", "mkdir /data/local/tmp/debugserver 0755 shell shell", - "mkdir /data/local/traces 0777 shell shell", + "mkdir /data/local/traces 0775 shell shell", "mkdir /data/data 0771 system system", "mkdir /data/app 0771 system system", "mkdir /data/nfc 0770 nfc nfc", diff --git a/services/etc/init.without_two_stages.cfg b/services/etc/init.without_two_stages.cfg index 06b1e9d2bc0e7cd3651a472d54fb7ebc6582fb1d..f13085ce041d90bb2c93f0663f7d1a4a25c18507 100755 --- a/services/etc/init.without_two_stages.cfg +++ b/services/etc/init.without_two_stages.cfg @@ -144,7 +144,7 @@ "mkdir /data/vendor_de 0771 root root", "mkdir /data/vendor/hardware 0771 root root", "mkdir /data/local/tmp 0771 shell shell", - "mkdir /data/local/traces 0777 shell shell", + "mkdir /data/local/traces 0775 shell shell", "mkdir /data/data 0771 system system", "mkdir /data/app-private 0771 system system", "mkdir /data/app-ephemeral 0771 system system",