mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 22:47:12 +00:00
With linux kernel 5.15+ change of proc/sys/net/ipv4/ip_forward require CAP_NET_ADMIN (https://github.com/torvalds/linux/commit/8292d7f6). We do not use ip_forward now, but we should be ready for future changes of conf files. Signed-off-by: Petr Fedchenkov <giggsoff@gmail.com>
8 lines
109 B
YAML
8 lines
109 B
YAML
image: sysctl
|
|
config:
|
|
pid: "host"
|
|
readonly: true
|
|
capabilities:
|
|
- CAP_SYS_ADMIN
|
|
- CAP_NET_ADMIN
|