diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-26 23:12:59 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-02-26 23:12:59 +0100 |
commit | ce7239c3e669e12e0bb920b9eb1d425855df839b (patch) | |
tree | a58ef9a50d9e14cc5fc8a37bcc1312c736f67b14 | |
parent | fa2a19958bd920fce62d6aef12b5aa6cf20cde1e (diff) |
msm8996-common: rootdir: Remove seempd
* Disable on the kernel and we don't ship its blob.
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index ec3a89a..68e3b66 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -450,12 +450,6 @@ service qseecomd /vendor/bin/qseecomd group root writepid /dev/cpuset/system-background/tasks -service seempd /system/bin/seempd - class late_start - user system - group system - socket seempdw dgram 0666 system system - service secotad /system/bin/secotad class late_start user system |