init: Add net_raw group to rfs_access
Add net_raw group to rfs_access as it requires QMI services. Change-Id: I11745abab6b095847f20157934c0911a79db6364
This commit is contained in:
parent
3962c43479
commit
f82bde8257
|
@ -309,7 +309,7 @@ on property:ro.boot.emmc=true
|
|||
service rfs_access /system/bin/rfs_access
|
||||
class core
|
||||
user system
|
||||
group system
|
||||
group system net_raw
|
||||
|
||||
on property:ro.boot.emmc=true
|
||||
start rfs_access
|
||||
|
|
Loading…
Reference in New Issue