linux: add automatic selinux config selection
authorAdam Duskett <Aduskett@gmail.com>
Thu, 12 Mar 2020 18:09:08 +0000 (11:09 -0700)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 14 Mar 2020 14:36:44 +0000 (15:36 +0100)
commit326777c82fb15d8ed9b99a14b9484973d60d8785
tree87838eccce54fdd381c51a6756ecacbb0f3d130e
parentbacd7f82bc5d4657c113c0339361e149040606b1
linux: add automatic selinux config selection

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 options for them, much like we already do with other
packages such as systemd or iptables.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
linux/linux.mk