From 1212235ff4693f2140a9724bc52032e25afcabef Mon Sep 17 00:00:00 2001 From: Nick Kralevich <nnk@google.com> Date: Wed, 6 May 2015 15:19:52 -0700 Subject: [PATCH] Don't label simpleperf system_file The default label for files on /system is already system_file. No need to explicitly specify it. Change-Id: If0c92a0da4119a0d8f83b4a3e05101cfcdb9a82d --- file_contexts | 1 - 1 file changed, 1 deletion(-) diff --git a/file_contexts b/file_contexts index f7a2c3593..2c7700397 100644 --- a/file_contexts +++ b/file_contexts @@ -160,7 +160,6 @@ /system/xbin/su u:object_r:su_exec:s0 /system/xbin/procrank u:object_r:procrank_exec:s0 /system/xbin/perfprofd u:object_r:perfprofd_exec:s0 -/system/xbin/simpleperf u:object_r:system_file:s0 /system/vendor/bin/gpsd u:object_r:gpsd_exec:s0 /system/bin/dnsmasq u:object_r:dnsmasq_exec:s0 /system/bin/hostapd u:object_r:hostapd_exec:s0 -- GitLab