]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
io_uring/register: fix comment about task_no_new_privs
authorJann Horn <jannh@google.com>
Mon, 9 Mar 2026 14:34:41 +0000 (15:34 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 9 Mar 2026 14:40:18 +0000 (08:40 -0600)
commit3306a589e598b50a5bbdfe837371670b507043c0
treea8aed69472e3d5c663ae9a2b04b190c229a6bfcb
parent531bb98a030cc1073bd7ed9a502c0a3a781e92ee
io_uring/register: fix comment about task_no_new_privs

The actual code is right, but the comment is the wrong way around.

Fixes: ed82f35b926b ("io_uring: allow registration of per-task restrictions")
Signed-off-by: Jann Horn <jannh@google.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/register.c