community/linux-edge: match security from LTS kernel
Package Information
- Package name: linux-edge
- Package version: 6.10.9-r0
- Alpine version: N/A
- Alpine architecture: x86_64
Summary
I was tinkering with the kernel config from linux-edge
for use in my own custom kernel
I realized that many security options were disabled or differ from the linux-lts
package
For example, CONFIG_SECURITY_YAMA
, CONFIG_SECURITY_DMESG_STRICT
are turned off, and so is AppArmor
I think it should match the same security as linux-lts
to avoid security issues from assuming the configs are the same and upgrading from linux-lts
to linux-edge
.
Steps to reproduce
Not applicable