Re: [RFC PATCH v1 2/7] audit: Fix inode numbers
From: Paul Moore <paul@paul-moore.com>
Date: 2024-10-11 21:34:32
Also in:
linux-fsdevel, linux-nfs
From: Paul Moore <paul@paul-moore.com>
Date: 2024-10-11 21:34:32
Also in:
linux-fsdevel, linux-nfs
On Thu, Oct 10, 2024 at 11:26 AM Mickaël Salaün [off-list ref] wrote:
Use the new inode_get_ino() helper to log the user space's view of inode's numbers instead of the private kernel values. Cc: Paul Moore <paul@paul-moore.com> Cc: Eric Paris <eparis@redhat.com> Signed-off-by: Mickaël Salaün <mic@digikod.net> --- security/lsm_audit.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
While answering some off-list questions regarding audit, I realized we've got similar issues with audit_name->ino and audit_watch->ino. It would be nice if you could also fix that in this patchset. -- paul-moore.com