Re: [PATCH v4 0/5] Implement LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS
From: Justin Suess
Date: Sun Aug 09 2026 - 11:53:39 EST
On Sun, Aug 09, 2026 at 11:45:18AM -0400, Justin Suess wrote:
> Howdy
>
> This series adds a new landlock_restrict_self(2) flag:
> LANDLOCK_RESTRICT_SELF_NO_NEW_PRIVS.
>
gmail for some reason in their infinite wisdom decided to drop my second
patch 2/5 (the core patch of this series) for seemengly no reason. At
least they sent me a bounce email...
Anyways I'll RESEND the series later and hope I don't get bounced again...
Justin
> The flag sets the no_new_privs attribute of the calling thread only
> once the enforcement of the ruleset succeeded: no_new_privs is set if
> and only if the landlock_restrict_self(2) call succeeds.
>