mirror of
https://github.com/Evolution-X-Devices/device_google_walleye
synced 2026-01-29 04:45:54 +00:00
muskie: add WLFW QMI Service ID
add WLFW QMI Service ID to sec_config and fix cnss-daemon capabilities. Change-Id: Ib696e07fbdaa5ed0594122f0fea259f83366fc2a
This commit is contained in:
committed by
Thierry Strudel
parent
1546c5689f
commit
547c15dca6
@@ -33,6 +33,7 @@ static const struct fs_path_config android_device_dirs[] = {
|
||||
*/
|
||||
static const struct fs_path_config android_device_files[] = {
|
||||
{ 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), "system/vendor/bin/cnss-daemon"},
|
||||
#ifdef NO_ANDROID_FILESYSTEM_CONFIG_DEVICE_DIRS
|
||||
{ 00000, AID_ROOT, AID_ROOT, 0, "system/etc/fs_config_dirs" },
|
||||
#endif
|
||||
|
||||
@@ -312,4 +312,8 @@
|
||||
/* Allow Data dpmd to access QMI DFS */
|
||||
48:4294967295:1000:3004
|
||||
/* DIAG */
|
||||
4097:4294967295:3009
|
||||
4097:4294967295:2002:2950:3009
|
||||
/* <WLFW QMI Service ID - 0x45>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */
|
||||
69:4294967295:1000
|
||||
/* <WLPS QMI Service ID - 0x39>:<WLFW QMI Instance ID - all instances>:<Client Group ID> */
|
||||
57:4294967295:1000
|
||||
Reference in New Issue
Block a user