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
diff --git a/private/traceur_app.te b/private/traceur_app.te
index b7e58ba..2937e26 100644
--- a/private/traceur_app.te
+++ b/private/traceur_app.te
@@ -21,7 +21,4 @@
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)