You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io_uring: set io_uring_disabled sysctl to 1 by default
This forces processes to have `CAP_SYS_ADMIN` in order to use io_uring or
to be in the io_uring_group.
The patch alter the sysctl value range in order that once set to "2" it
can't be lowered again.
The io_uring_group sysctl option is set to -1 by default, user should
define a proper group and set the sysctl properly if they want it configured.
Signed-off-by: Nicolas Bouchinet <[email protected]>
0 commit comments