Loading core/jni/fd_utils.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ static const char* kPathAllowlist[] = { "/dev/blkio/tasks", "/metadata/aconfig/maps/system.package.map", "/metadata/aconfig/maps/system.flag.map", "/metadata/aconfig/boot/system.val", "/metadata/libprocessgroup/memcg_v2_max_activation_depth" // TODO Revert after go/android-memcgv2-exp b/386797433 "/metadata/aconfig/boot/system.val" }; static const char kFdPath[] = "/proc/self/fd"; Loading Loading
core/jni/fd_utils.cpp +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,7 @@ static const char* kPathAllowlist[] = { "/dev/blkio/tasks", "/metadata/aconfig/maps/system.package.map", "/metadata/aconfig/maps/system.flag.map", "/metadata/aconfig/boot/system.val", "/metadata/libprocessgroup/memcg_v2_max_activation_depth" // TODO Revert after go/android-memcgv2-exp b/386797433 "/metadata/aconfig/boot/system.val" }; static const char kFdPath[] = "/proc/self/fd"; Loading