linux-audit.redhat.com archive mirror
 help / color / mirror / Atom feed
* [RFC] audit: allow audit_reusename to check kernel path
@ 2020-05-25  7:21 Yiwen Gu
  2020-05-25  7:21 ` [PATCH] " Yiwen Gu
  2020-05-26 12:32 ` [RFC] " Paul Moore
  0 siblings, 2 replies; 5+ messages in thread
From: Yiwen Gu @ 2020-05-25  7:21 UTC (permalink / raw)
  To: paul, eparis; +Cc: linux-audit

For now, we met a situation where the audit_reusename checking
function returns the same filename structure for files sharing
the same uptr. However, these files are different, and we are trying
to open them in a loop where the names are loaded into the same address.
Therefore, the function returns the same structure for different files.
By the way, may I ask in what situation would the audit_list be kept
across syscalls?

--
Linux-audit mailing list
Linux-audit@redhat.com
https://www.redhat.com/mailman/listinfo/linux-audit


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-27 13:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-25  7:21 [RFC] audit: allow audit_reusename to check kernel path Yiwen Gu
2020-05-25  7:21 ` [PATCH] " Yiwen Gu
2020-05-26 12:32 ` [RFC] " Paul Moore
2020-05-27  0:36   ` Alexander Viro
2020-05-27 13:23     ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).