land: rootdir: init.qcom.rc: Start cnss-daemon with system privilege
Start cnss-daemon with system level permission. Add required group as part of init script for cnss-daemon service. Change-Id: Icc685e9c2734ff0552d5912eb18471456774fcc8 CRs-Fixed: 1024366
This commit is contained in:
parent
40353a9f75
commit
275bcb3fb3
1 changed files with 2 additions and 0 deletions
|
@ -658,6 +658,8 @@ service cnss_diag /system/bin/cnss_diag -q -f
|
|||
|
||||
service cnss-daemon /system/bin/cnss-daemon -n -l
|
||||
class late_start
|
||||
user system
|
||||
group system inet net_admin wifi
|
||||
|
||||
service loc_launcher /system/bin/loc_launcher
|
||||
#loc_launcher will start as root and set its uid to gps
|
||||
|
|
Loading…
Reference in a new issue