diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-11-11 21:33:54 +0100 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:11:29 +0200 |
commit | 3330d436df9eba7096c3d7647ff60a871d1591f5 (patch) | |
tree | 7311b5621e02287c306b9ae0db8ecc6a370d3b19 /sepolicy | |
parent | 895c0fb6fbfef5d648ca5749ed594369a1e6b1cd (diff) |
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 <Diewi@diewald-net.com>
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/file_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
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 |