Open vadorovsky opened 2 years ago
@humancalico It's for adding bpf
to the CONFIG_LSM
list, sorry for not being clear.
We've already done it for openSUSE: https://github.com/openSUSE/kernel-source/commit/c2c25b18721866d6211054f542987036ed6e0a50
For others who found this issue like me, here is the new ticket for Ubuntu (the original one has expired): https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2054810
Any progress on the ubuntu distro? According to the Ubuntu Ticket appears not :(
Currently Linux distributions don't enable BPF LSM by default. Enabling it requires editing GRUB configuration and providing custom kernel parameter like:
This is not really convenient and we should rather push distros to enable that.
To change that, we need to add
bpf
to theCONFIG_LSM
list in kernel configs.Distros support: