traced: move traced_tmpfs to public policy

Allow the perfetto_producer macro to be used in device-specific
policy.

Bug: 185379881
Test: TH
Change-Id: I6932ff91a3ed095b5edce4076bdfd8607e925c6e
This commit is contained in:
Jeff Vander Stoep 2021-04-14 22:18:41 +02:00
parent 4b5ed6453a
commit 16ebb161eb
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,6 @@
# type traced is defined under /public (because iorapd rules
# under public/ need to refer to it).
type traced_exec, system_file_type, exec_type, file_type;
type traced_tmpfs, file_type;
# Allow init to exec the daemon.
init_daemon_domain(traced)

View file

@ -1,2 +1,3 @@
type traced, domain, coredomain, mlstrustedsubject;
type traced_tmpfs, file_type;