diff --git a/services/sandbox/chipset-sandbox.json b/services/sandbox/chipset-sandbox.json index f0ab32eed4e74f32d28ee318a2007ab804084eba..51a492a6b072d4c468d6bf7caa6448165aa3ddc3 100644 --- a/services/sandbox/chipset-sandbox.json +++ b/services/sandbox/chipset-sandbox.json @@ -70,6 +70,14 @@ ], "mount-bind-files" : [ { + "src-path" : "/etc/passwd", + "sandbox-path" : "/system/etc/passwd", + "sandbox-flags" : [ "bind", "rec", "private" ] + }, { + "src-path" : "/etc/group", + "sandbox-path" : "/system/etc/group", + "sandbox-flags" : [ "bind", "rec", "private" ] + }, { "src-path" : "/system/etc/ld-musl-arm.path", "sandbox-path" : "/system/etc/ld-musl-arm.path", "sandbox-flags" : [ "bind", "rec", "private" ] @@ -89,14 +97,6 @@ "src-path" : "/system/lib/libc++.so", "sandbox-path" : "/system/lib/libc++.so", "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/system/lib/libdisplay_buffer_proxy_1.0.z.so", - "sandbox-path" : "/system/lib/libdisplay_buffer_proxy_1.0.z.so", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/system/lib/libclang_rt.ubsan_minimal.so", - "sandbox-path" : "/system/lib/libclang_rt.ubsan_minimal.so", - "sandbox-flags" : [ "bind", "rec", "private" ] } ], "symbol-links" : [{ diff --git a/services/sandbox/system-sandbox.json b/services/sandbox/system-sandbox.json index 64905ed562eb1e558314d358f827b585d7552dc8..2fd53c448fceb2db34425c666df35cc423e654d6 100644 --- a/services/sandbox/system-sandbox.json +++ b/services/sandbox/system-sandbox.json @@ -85,21 +85,14 @@ "src-path" : "/chipset/etc", "sandbox-path" : "/chipset/etc", "sandbox-flags" : [ "bind", "rec", "private" ] - } - ], - "mount-bind-files" : [{ - "src-path" : "/vendor/lib/libmapper_service_1.0.z.so", - "sandbox-path" : "/vendor/lib/libmapper_service_1.0.z.so", - "sandbox-flags" : [ "bind", "rec", "private" ] - }, { - "src-path" : "/vendor/lib/libinput_interfaces_service_1.0.z.so", - "sandbox-path" : "/vendor/lib/libinput_interfaces_service_1.0.z.so", - "sandbox-flags" : [ "bind", "rec", "private" ] }, { - "src-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so", - "sandbox-path" : "/vendor/lib/libhuks_hdi_service_1.0.z.so", + "src-path" : "/chip_prod/etc", + "sandbox-path" : "/chip_prod/etc", "sandbox-flags" : [ "bind", "rec", "private" ] - }, { + } + ], + "mount-bind-files" : [ + { "src-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so", "sandbox-path" : "/vendor/lib/libcodec_component_manager_service_1.0.z.so", "sandbox-flags" : [ "bind", "rec", "private" ]