msm8976-common: Remove net_admin, net_raw groups from loc_launcher and pm-service

This commit is contained in:
LuK1337 2017-01-23 22:37:18 +01:00
parent a560f4d542
commit ffd034cd40
2 changed files with 2 additions and 3 deletions

View File

@ -1601,7 +1601,7 @@ service wpa_supplicant /system/bin/wpa_supplicant \
service loc_launcher /system/bin/loc_launcher
#loc_launcher will start as root and set its uid to gps
class late_start
group gps inet net_raw qcom_diag net_admin wifi
group gps inet qcom_diag wifi
on property:crypto.driver.load=1
insmod /system/lib/modules/qce.ko
@ -1680,7 +1680,7 @@ service adsprpcd /system/bin/adsprpcd
service per_mgr /system/bin/pm-service
class core
user system
group system net_raw
group system
writepid /dev/cpuset/system-background/tasks
service per_proxy /system/bin/pm-proxy

View File

@ -1 +0,0 @@
allow per_mgr self:capability net_raw;