linuxkit/pkg/sysctl
Petr Fedchenkov afefea9740
Add CAP_NET_ADMIN capability to sysctl
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>
2022-06-28 16:55:32 +03:00
..
etc/sysctl.d Increase size of ARP cache 2018-01-19 11:02:17 +00:00
build.yml Add CAP_NET_ADMIN capability to sysctl 2022-06-28 16:55:32 +03:00
Dockerfile sysctl: Add go.mod 2022-01-11 21:11:48 +00:00
go.mod sysctl: Add go.mod 2022-01-11 21:11:48 +00:00
main.go pkg/sysctl fixes: support commented KV lines, no post-crit KV set skips, support adding sysctl .conf files 2018-01-02 07:33:13 -07:00