Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow systemd-networkd the sys_admin capability
The sys_admin capability on top of bpf is required since systemd commit 6d9ef22acdea ("emit a warning in networkd if managed sysctls are changed"): Monitor the sysctl set by networkd for writes, if a sysctl is overwritten with a different value than the one we set, emit a warning. Writes are detected with an eBPF program attached as BPF_CGROUP_SYSCTL which reports the sysctl writes only in net/.
- Loading branch information