Adjust permissions for perfetto profiling dir
Need read to list contents of directory
Set to rwxrwxrwx, selinux will deal will preventing unauthorized access.
Test: atest ProfilingFrameworkTests
Bug: 333456916
Change-Id: Ifd635ab1da93fbca2601904c5a233df499b01524
diff --git a/perfetto.rc b/perfetto.rc
index 88e2088..9471392 100644
--- a/perfetto.rc
+++ b/perfetto.rc
@@ -58,7 +58,7 @@
mkdir /data/misc/perfetto-traces/bugreport 0773 root shell
# Traces in this directory are only accessed by system server
- mkdir /data/misc/perfetto-traces/profiling 0733 root shell
+ mkdir /data/misc/perfetto-traces/profiling 0777 root shell
# This directory allows shell to save configs file in a place where the
# perfetto cmdline client can read then. /data/local/tmp/ isn't safe because