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

Commit 5791d2b5 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4415813 from 8b6afd52 to pi-release

Change-Id: I6deeb8319531b4a9ea7310816d74d86cd3adfe17
parents ad5174ab 8b6afd52
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -17,7 +17,9 @@ futex: 1
ioctl: arg1 == 0xc0306201
# prctl: arg0 == PR_SET_NAME || arg0 == PR_SET_VMA || arg0 == PR_SET_TIMERSLACK
# || arg0 == PR_GET_NO_NEW_PRIVS # used by crash_dump
prctl: arg0 == 15 || arg0 == 0x53564d41 || arg0 == 29 || arg0 == 39
# prctl: arg0 == 15 || arg0 == 0x53564d41 || arg0 == 29 || arg0 == 39
# TODO(b/68162846) reduce scope of prctl() based on arguments
prctl: 1
openat: 1
mmap: 1
mprotect: 1
+7 −0
Original line number Diff line number Diff line
@@ -92,6 +92,13 @@ public:
    bool writeQueue(bool* outQueueChanged, uint32_t* outCommandLength,
            hidl_vec<hidl_handle>* outCommandHandles)
    {
        if (mDataWritten == 0) {
            *outQueueChanged = false;
            *outCommandLength = 0;
            outCommandHandles->setToExternal(nullptr, 0);
            return true;
        }

        // After data are written to the queue, it may not be read by the
        // remote reader when
        //