diff options
| author | Eric Chang <ceric@codeaurora.org> | 2018-11-08 12:58:44 -0800 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-11-20 19:26:41 +0000 |
| commit | fa51cb8103c2c9e7ce807c530474792522d05940 (patch) | |
| tree | b9924e3111f2ab66d1a55356cbd910f7e7c3eb6c /rootdir | |
| parent | cdd846c86ec64720d74b3950dd681d9f73261367 (diff) | |
pro1: Update rtp daemon user group
- Rtp Daemon user group updated from system to radio
- Updated diag permissions
Change-Id: Ie78a80e59782c935f5a7f0c37302dcc26fb9d98c
Diffstat (limited to 'rootdir')
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 0b2befd..5931580 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -482,8 +482,8 @@ on charger service vendor.ims_rtp_daemon /vendor/bin/ims_rtp_daemon class main - user system - group radio diag inet log + user radio + group radio vendor_qti_diag inet log writepid /dev/cpuset/system-background/tasks on property:vendor.ims.DATA_DAEMON_STATUS=1 |
