summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2021-07-27 20:32:39 +0800
committerYi Kong <yikong@google.com>2021-07-30 14:13:43 +0800
commit5956c3100e37eddbc9e00c3677f9ad8b1a544ccb (patch)
treec9fb941cdd3de2c5887baba2e6babe338ce29fc1
parentfa20149ad952865b3d75bdd53cd6bcdd177d1cad (diff)
downloadextras-5956c3100e37eddbc9e00c3677f9ad8b1a544ccb.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 Merged-In: I9d327a2f9e139a6d0d998284e4d7b2cdd9ea5dfc (cherry picked from commit 8d8c287c34b2b415f533437abd3433e5ab1bc327)
-rw-r--r--profcollectd/profcollectd.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/profcollectd/profcollectd.rc b/profcollectd/profcollectd.rc
index d1dbd9ef..1100bd2e 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