Merge "sdm660_64: Update per_mgr path"

This commit is contained in:
Linux Build Service Account 2017-05-03 03:47:19 -07:00 committed by Gerrit - the friendly Code Review server
commit 909948f15c
2 changed files with 3 additions and 2 deletions

View file

@ -35,6 +35,7 @@ static const struct fs_path_config android_device_files[] = {
{ 00755, AID_BLUETOOTH, AID_BLUETOOTH, (1ULL << CAP_BLOCK_SUSPEND), "system/bin/wcnss_filter" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/pm-service" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/vendor/bin/pm-service" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "vendor/bin/pm-service" },
{ 00755, AID_SYSTEM, AID_SYSTEM, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/imsdatadaemon" },
{ 00755, AID_SYSTEM, AID_RADIO, (1ULL << CAP_NET_BIND_SERVICE), "system/bin/ims_rtp_daemon" },
#ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS

View file

@ -110,13 +110,13 @@ on boot
setprop wlan.driver.status "ok"
#Peripheral manager
service per_mgr /system/bin/pm-service
service per_mgr /system/vendor/bin/pm-service
class core
user system
group system
ioprio rt 4
service per_proxy /system/bin/pm-proxy
service per_proxy /system/vendor/bin/pm-proxy
class core
user system
group system