diff --git a/android_filesystem_config.h b/android_filesystem_config.h index 293e83b..14fe138 100644 --- a/android_filesystem_config.h +++ b/android_filesystem_config.h @@ -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 diff --git a/sec_config b/sec_config index fa9bce4..479903d 100644 --- a/sec_config +++ b/sec_config @@ -312,4 +312,8 @@ /* Allow Data dpmd to access QMI DFS */ 48:4294967295:1000:3004 /* DIAG */ -4097:4294967295:3009 +4097:4294967295:2002:2950:3009 +/* :: */ +69:4294967295:1000 +/* :: */ +57:4294967295:1000 \ No newline at end of file