You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Linux distributions don't enable BPF LSM by default. Enabling it requires editing GRUB configuration and providing custom kernel parameter like:
GRUB_CMDLINE_LINUX="lsm=lockdown,capability,bpf"
This is not really convenient and we should rather push distros to enable that.
To change that, we need to add bpf to the CONFIG_LSM list in kernel configs.
Is this for enabling CONFIG_BPF_LSM or adding bpf to the list of active LSMs through CONFIG_LSM? Since most if not all of the mentioned distros have already enabled CONFIG_BPF_LSM (1, 2, 3)
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:
The text was updated successfully, but these errors were encountered: