io_uring: convert io_uring to the secure anon inode interface
authorPaul Moore <paul@paul-moore.com>
Tue, 2 Feb 2021 00:33:52 +0000 (19:33 -0500)
committerPaul Moore <paul@paul-moore.com>
Mon, 20 Sep 2021 02:36:24 +0000 (22:36 -0400)
commit91a9ab7c942aaa40ac5957eebe71ddae30b2a49c
tree7ef48210cf7c83c59c79c517a23139eab940c6ec
parent3a862cacf8670729b1ad8fc28e4f7e078f9c570c
io_uring: convert io_uring to the secure anon inode interface

Converting io_uring's anonymous inode to the secure anon inode API
enables LSMs to enforce policy on the io_uring anonymous inodes if
they chose to do so.  This is an important first step towards
providing the necessary mechanisms so that LSMs can apply security
policy to io_uring operations.

Signed-off-by: Paul Moore <paul@paul-moore.com>
fs/io_uring.c