summaryrefslogtreecommitdiff
path: root/init.target.rc
diff options
context:
space:
mode:
authorDinesh K Garg <dineshg@codeaurora.org>2017-09-13 10:29:53 -0700
committerDinesh K Garg <dineshg@codeaurora.org>2017-09-13 10:30:53 -0700
commit433c7cadbc9e540571a886422b2bd3c2a67f9ea2 (patch)
tree683cd23bc891a0f93cafe36deecd8ba38f7a2011 /init.target.rc
parent50dbc8254402a7b446067e5f6321b5e05129eafc (diff)
sdm660: add smcinvoke daemon for sdm660
smcinvoke is a new capability-based communication mechanism between TZ and HLOS, and smcinvoke daemon is a privileged native daemon service that mediates userspace client access to TZ. It needs to start when device boots up. Add it into init.target.rc scripts. Change-Id: Ie7b6d7ce8bfcefddcc564f6649c924279fd06e94
Diffstat (limited to 'init.target.rc')
-rw-r--r--init.target.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.target.rc b/init.target.rc
index f9f9434..42442bf 100644
--- a/init.target.rc
+++ b/init.target.rc
@@ -442,7 +442,7 @@ service hvdcp_opti /system/vendor/bin/hvdcp_opti
user root
group system wakelock
-service smcinvoked /system/vendor/bin/smcinvoked
+service smcinvoked /system/bin/smcinvoked
class main
user system
group system