Cleanup mechanism for enabling perfetto daemon.

persist.traced.enable is now set in base_system.mk, this CL cleans up
the SELinux permissions Traceur needed to enable the property.

Bug: 130784724
Test: Built and ran successfully.
Change-Id: Id2262a7f235fba60785cc0cff20966200d54d04a
This commit is contained in:
Collin Fijalkovich 2020-06-01 11:56:03 -07:00
parent 86e5d481c4
commit 5cc16d4a58

View file

@ -21,7 +21,4 @@ unix_socket_connect(traceur_app, traced_consumer, traced)
dontaudit traceur_app debugfs_tracing_debug:file audit_access;
# Allow Traceur to enable traced if necessary.
set_prop(traceur_app, traced_enabled_prop)
set_prop(traceur_app, debug_prop)