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

Commit a66ea9cf authored by Rick Yiu's avatar Rick Yiu
Browse files

Add more nodes to whitelist

Add below nodes so that device could boot to home.
/dev/stune/foreground/tasks
/dev/blkio/tasks

Bug: 139521784
Test: device boot to home
Change-Id: I6b52aced0ac5daaabb3b5c8d482f200bd7566ea1
parent f7f94e34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -54,6 +54,8 @@ static const char* kPathWhitelist[] = {
        "/dev/urandom",
        "/dev/ion",
        "/dev/dri/renderD129", // Fixes b/31172436
        "/dev/stune/foreground/tasks",
        "/dev/blkio/tasks",
};

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