Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] systemd: "local system does not support BPF/cgroup based firewalling"
Date: Sat, 28 Oct 2017 18:03:49
Message-Id: ot2gog$nh9$1@blaine.gmane.org
1 I'm getting these at startup:
2
3 systemd[1]: File /lib/systemd/system/systemd-journald.service:33
4 configures an IP firewall (IPAddressDeny=any), but the local system does
5 not support BPF/cgroup based firewalling.
6 systemd[1]: Proceeding WITHOUT firewalling in effect!
7 systemd[1]: File /lib/systemd/system/systemd-udevd.service:32 configures
8 an IP firewall (IPAddressDeny=any), but the local system does not
9 support BPF/cgroup based firewalling.
10 systemd[1]: Proceeding WITHOUT firewalling in effect!
11 systemd[1]: File /lib/systemd/system/systemd-logind.service:34
12 configures an IP firewall (IPAddressDeny=any), but the local system does
13 not support BPF/cgroup based firewalling.
14 systemd[1]: Proceeding WITHOUT firewalling in effect!
15
16 What do I need to make this work? I found this:
17
18 https://github.com/systemd/systemd/issues/7188
19
20 But CONFIG_BPF_SYSCALL is enabled and I still get that message.
21
22 This is on kernel 4.9.59 with systemd 235.

Replies

Subject Author
Re: [gentoo-user] systemd: "local system does not support BPF/cgroup based firewalling" "Canek Peláez Valdés" <caneko@×××××.com>