Re: [PATCH v4 4/4] vduse: Add LSM hooks to check Virtio device type
From: Jason Wang
Date: Sun Oct 22 2023 - 23:10:10 EST
On Fri, Oct 20, 2023 at 11:58 PM Maxime Coquelin
<maxime.coquelin@xxxxxxxxxx> wrote:
>
> This patch introduces LSM hooks for devices creation,
> destruction and opening operations, checking the
> application is allowed to perform these operations for
> the Virtio device type.
>
> Signed-off-by: Maxime Coquelin <maxime.coquelin@xxxxxxxxxx>
> ---
Hi Maxime:
I think we need to document the reason why we need those hooks now.
Thanks