mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Remove net_admin, net_raw groups from loc_launcher and pm-service
This commit is contained in:
parent
a560f4d542
commit
ffd034cd40
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
allow per_mgr self:capability net_raw;
|
Loading…
Reference in a new issue