Allow init to run perfetto

Bug: 201387964
Change-Id: I20bb6cd32b9b7d6e0be1ca1fef2bff6f9165bb04
This commit is contained in:
Daniele Di Proietto 2021-09-30 18:14:40 +01:00
parent f958c5ca73
commit dbbe5c034e

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)