summaryrefslogtreecommitdiff
path: root/profcollectd
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-07-27 20:32:39 +0800
committerYi Kong <yikong@google.com>2021-07-29 20:19:11 +0800
commit8d8c287c34b2b415f533437abd3433e5ab1bc327 (patch)
tree7e1f1e0dc083e1af5eb9fc5b2865c5d2de2b5813 /profcollectd
parent20100be3f3121a84e8577af093438a6bec752875 (diff)
downloadextras-8d8c287c34b2b415f533437abd3433e5ab1bc327.tar.gz
profcollect: Change data directory ownership to shell
The shell package now owns the content provider to the profcollect reports, change directory ACL groups accordingly. Test: manual Bug: 183487233 Bug: 194155753 Change-Id: I9d327a2f9e139a6d0d998284e4d7b2cdd9ea5dfc
Diffstat (limited to 'profcollectd')
-rw-r--r--profcollectd/profcollectd.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/profcollectd/profcollectd.rc b/profcollectd/profcollectd.rc
index c8b79558..c3777285 100644
--- a/profcollectd/profcollectd.rc
+++ b/profcollectd/profcollectd.rc
@@ -14,7 +14,7 @@ on property:persist.profcollectd.enabled_override=true
on post-fs-data
# Create directory for profcollectd.
- mkdir /data/misc/profcollectd 0770 root system
- mkdir /data/misc/profcollectd/trace 0770 root system
- mkdir /data/misc/profcollectd/output 0770 root system
- mkdir /data/misc/profcollectd/report 0770 root system
+ mkdir /data/misc/profcollectd 0770 shell shell
+ mkdir /data/misc/profcollectd/trace 0770 shell shell
+ mkdir /data/misc/profcollectd/output 0770 shell shell
+ mkdir /data/misc/profcollectd/report 0770 shell shell