Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb97b981 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira Committed by Ricardo Cerqueira
Browse files

init.rc: add net_admin and net_raw permissions to rild

Some RILs (all variants of Qualcomm's libril-qc I've seen, at least)
execute dhcpcd for data, which needs these privileges in order to
configure the network interfaces.

Change-Id: Ifa72d8220d55d31cf5ef93c1f362ee90be18c98a
parent e4f079cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -322,7 +322,7 @@ service ril-daemon /system/bin/rild
    socket rild stream 660 root radio
    socket rild-debug stream 660 radio system
    user root
    group radio cache inet misc audio sdcard_rw
    group radio cache inet misc audio sdcard_rw net_admin net_raw

service zygote /system/bin/app_process -Xzygote /system/bin --zygote --start-system-server
    socket zygote stream 666