[Buildroot] [PATCH 1/1] linux/linux.mk: add automatic selinux config selection

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Mar 14 14:37:36 UTC 2020


On Thu, 12 Mar 2020 11:09:08 -0700
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett at gmail.com>
> 
> Enabling SELinux support in the kernel requires several options, many of which
> are in different areas. These options are as follows:
> 
>   - CONFIG_AUDIT
>   - CONFIG_DEFAULT_SECURITY_SELINUX
>   - CONFIG_INET
>   - CONFIG_NET
>   - CONFIG_SECURITY
>   - CONFIG_SECURITY_NETWORK
>   - CONFIG_SECURITY_SELINUX
> 
> As such, if a user selects the libselinux package, it is much easier to select
> these packages for them, much like we already do with other packages
> such as systemd or iptables.
> 
> Signed-off-by: Adam Duskett <Aduskett at gmail.com>
> ---
>  linux/linux.mk | 8 ++++++++
>  1 file changed, 8 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list