kernel: Enable BPF firewall for systemd
_systemd_ complains if this is not enabled, as it prevents certain sandbox features from working.
parent
a3f5605ed4
commit
ca60b45927
|
@ -112,9 +112,11 @@ CONFIG_SECURITY_SELINUX=y
|
|||
CONFIG_DEFAULT_SECURITY_SELINUX=y
|
||||
# DEFAULT_SECURITY_DAC is not set
|
||||
|
||||
CONFIG_BPF_SYSCALL=y
|
||||
CONFIG_POSIX_MQUEUE=y
|
||||
CONFIG_MEMCG=y
|
||||
CONFIG_CGROUP_PIDS=y
|
||||
CONFIG_CGROUP_BPF=y
|
||||
CONFIG_BLK_CGROUP=y
|
||||
|
||||
CONFIG_I2C_HID_OF_GOODIX=m
|
||||
|
|
Loading…
Reference in New Issue