From 5cc16d4a58d4aac9dbfae835cecca133e4b6a3a3 Mon Sep 17 00:00:00 2001 From: Collin Fijalkovich Date: Mon, 1 Jun 2020 11:56:03 -0700 Subject: [PATCH] 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 --- private/traceur_app.te | 3 --- 1 file changed, 3 deletions(-) diff --git a/private/traceur_app.te b/private/traceur_app.te index b7e58ba40..2937e269b 100644 --- a/private/traceur_app.te +++ b/private/traceur_app.te @@ -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)