On Thu, Dec 05, 2024 at 05:09:17PM +0100, Mickaël Salaün wrote: > Hi, > > The goal of this patch series is to be able to ensure that direct file > execution (e.g. ./script.sh) and indirect file execution (e.g. sh > script.sh) lead to the same result, especially from a security point of > view. > > The main changes from the previous version are the IMA patch to properly > log access check requests with audit, removal of audit change, an > extended documentation for tailored distros, a rebase on v6.13-rc1, and > some minor cosmetic changes. > > The current status is summarized in this article: > https://lwn.net/Articles/982085/ > I also gave a talk at LPC last month: > https://lpc.events/event/18/contributions/1692/ > And here is a proof of concept for Python (for now, for the previous > version: v19): https://github.com/zooba/spython/pull/12 > > Kees, would you like to take this series in your tree?
> > Previous versions > ----------------- > v21: https://lore.kernel.org/r/[email protected] > v20: https://lore.kernel.org/r/[email protected] > v19: https://lore.kernel.org/r/[email protected] > v18: https://lore.kernel.org/r/[email protected] > v17: https://lore.kernel.org/r/[email protected] > v16: https://lore.kernel.org/r/[email protected] > v15: https://lore.kernel.org/r/[email protected] > v14: https://lore.kernel.org/r/[email protected] > v13: https://lore.kernel.org/r/[email protected] > v12: https://lore.kernel.org/r/[email protected] > v11: https://lore.kernel.org/r/[email protected] > v10: https://lore.kernel.org/r/[email protected] > v9: https://lore.kernel.org/r/[email protected] > v8: https://lore.kernel.org/r/[email protected] > v7: https://lore.kernel.org/r/[email protected] > v6: https://lore.kernel.org/r/[email protected] > v5: https://lore.kernel.org/r/[email protected] > v4: https://lore.kernel.org/r/[email protected] > v3: https://lore.kernel.org/r/[email protected] > v2: https://lore.kernel.org/r/[email protected] > v1: https://lore.kernel.org/r/[email protected]
