On Thu, Jun 1, 2023 at 2:06 PM Paul Moore <paul@xxxxxxxxxxxxxx> wrote: > > The Linux Kernel currently only requires make v3.82 while the grouped > target functionality requires make v4.3. Removed the grouped target > introduced in 4ce1f694eb5d ("selinux: ensure av_permissions.h is > built when needed") as well as the multiple header file targets in > the make rule. This effectively reverts the problem commit. > > We will revisit this change when make >= 4.3 is required by the rest > of the kernel. > > Cc: stable@xxxxxxxxxxxxxxx > Fixes: 4ce1f694eb5d ("selinux: ensure av_permissions.h is built when needed") > Reported-by: Erwan Velu <e.velu@xxxxxxxxxx> > Reported-by: Luiz Capitulino <luizcap@xxxxxxxxxx> > Signed-off-by: Paul Moore <paul@xxxxxxxxxxxxxx> > --- > security/selinux/Makefile | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) As indicated by the -stable tag above, this is intended for the selinux/stable-6.4 branch, with backports to the affected -stable trees expected once this hits Linus' tree. The SELinux folks will likely note that a different patch will be needed for selinux/next, you can expect that shortly, I just wanted to make sure we fixed Linus' tree first. -- paul-moore.com