Merge "Adjust permissions for perfetto profiling dir" into main
diff --git a/perfetto.rc b/perfetto.rc
index 3f1801d..e217db2 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 0773 root shell
+    mkdir /data/misc/perfetto-traces/profiling 0733 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