On Fri, Sep 6, 2024 at 4:56 PM Paul Moore wrote:
>
> On Fri, Sep 6, 2024 at 7:01 AM Daniel Gomez via B4 Relay
> wrote:
> >
> > From: Masahiro Yamada
> >
> > Commit bfc5e3a6af39 ("selinux: use the kernel headers when building
> > scripts/selinux") is not the right thing to do.
> >
> > It is clear
On Fri, Sep 6, 2024 at 7:01 AM Daniel Gomez via B4 Relay
wrote:
>
> From: Masahiro Yamada
>
> Commit bfc5e3a6af39 ("selinux: use the kernel headers when building
> scripts/selinux") is not the right thing to do.
>
> It is clear from the warning in include/uapi/linux/types.h:
>
> #ifndef __EXPOR
From: Masahiro Yamada
Commit bfc5e3a6af39 ("selinux: use the kernel headers when building
scripts/selinux") is not the right thing to do.
It is clear from the warning in include/uapi/linux/types.h:
#ifndef __EXPORTED_HEADERS__
#warning "Attempt to use kernel headers from user space, see
ht