From 3330d436df9eba7096c3d7647ff60a871d1591f5 Mon Sep 17 00:00:00 2001 From: Alexander Diewald Date: Sat, 11 Nov 2017 21:33:54 +0100 Subject: shinano: init: Adjust vendor service path. * In order to be compliant with the proprietary file locations, adjust the path to the binaries in the init files. The blob binaries have been moved from "/system/bin" to "/system/vendor/bin" * The idea behind the move is to profit from qcom's sepolicy file labelling. Change-Id: I78b96730638258ffd54640f7951ceebc7f503fc4 Signed-off-by: Alexander Diewald --- sepolicy/file_contexts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sepolicy') diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 24fab9d..8a26f5e 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -6,7 +6,7 @@ /system/bin/tfa9890_amp u:object_r:tfa_amp_exec:s0 # Modem -/system/bin/mlog_qmi_service u:object_r:mlog_qmi_exec:s0 +/system/vendor/bin/mlog_qmi_service u:object_r:mlog_qmi_exec:s0 # Hardware tunables /sys/devices/virtual/timed_output/vibrator/vtg_level -- u:object_r:sysfs_vibrator:s0 -- cgit v1.2.3