Skip to content

Enable BPF LSM in Linux distros #159

@vadorovsky

Description

@vadorovsky

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.

Distros support:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions