diff options
| author | Bindu Gokul <bgokul@codeaurora.org> | 2016-12-26 16:48:03 +0530 |
|---|---|---|
| committer | Shubh@m <shubhindia123@gmail.com> | 2019-04-13 21:57:11 +0530 |
| commit | 27a83600dde7019702153448eff1949156fda1df (patch) | |
| tree | d73a7d7fbf6a1520225e5af7974d5a049518fb59 | |
| parent | 9d27b6e97c13b36aa9e812434254843940340c54 (diff) | |
Peripheral manager hosts a QMI service. It no longer needs net_raw
permissions but does require CAP_NET_BIND instead.
Change-Id: Ia0d6a893e1c32c1fe7225b7f59d225acfea4cc61
| -rwxr-xr-x | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 7eeee0c..fe4d0dd 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -422,7 +422,7 @@ service perfd /system/vendor/bin/perfd service per_mgr /system/vendor/bin/pm-service class late_start user system - group system net_raw + group system ioprio rt 4 writepid /dev/cpuset/system-background/tasks |
