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

Commit d084ec96 authored by jp abgrall's avatar jp abgrall Committed by Gerrit Code Review
Browse files

Merge "ueventd: Increase uevent buffer size"

parents 77eccafe d562ca78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -881,8 +881,8 @@ void device_init(void)
        sehandle = selinux_android_file_context_handle();
    }

    /* is 64K enough? udev uses 16MB! */
    device_fd = uevent_open_socket(64*1024, true);
    /* is 256K enough? udev uses 16MB! */
    device_fd = uevent_open_socket(256*1024, true);
    if(device_fd < 0)
        return;