Merge "Allow init to run perfetto"

This commit is contained in:
Daniele Di Proietto 2021-10-04 13:20:48 +00:00 committed by Gerrit Code Review
commit 6634fe524e

View file

@ -8,6 +8,9 @@ type perfetto_tmpfs, file_type;
tmpfs_domain(perfetto);
# Allow init to start a trace (for perfetto_boottrace).
init_daemon_domain(perfetto)
# Allow to access traced's privileged consumer socket.
unix_socket_connect(perfetto, traced_consumer, traced)