Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7883db98 authored by T.J. Mercier's avatar T.J. Mercier Committed by Android (Google) Code Review
Browse files

Merge "Allow /metadata/libprocessgroup/memcg_v2_max_activation_depth" into main

parents d07b2f64 899c5b32
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ 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/aconfig/boot/system.val",
        "/metadata/libprocessgroup/memcg_v2_max_activation_depth" // TODO Revert after go/android-memcgv2-exp b/386797433
};

static const char kFdPath[] = "/proc/self/fd";