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

Commit 1ab2f2d0 authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

disable seccomp

Temporarily disable seccomp filtering.

Change-Id: Ibf7d01f33359be7f15eddefd5cc4ca685cc8971e
parent 64f1901b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ using namespace android;
int main(int argc __unused, char** argv)
{
    signal(SIGPIPE, SIG_IGN);
    MiniJail();
    //MiniJail();

    InitializeIcuOrDie();