]> git.ipfire.org Git - thirdparty/systemd.git/commit
bpf: Use hyphens in directory names instead of underscores 38203/head
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Sun, 13 Jul 2025 10:45:37 +0000 (12:45 +0200)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Sun, 13 Jul 2025 10:45:37 +0000 (12:45 +0200)
commitf4df5902d83a6c4bc7b68a16dd0846888d7cbdb2
tree4aad13944ebee1659822947ba1a842e96a8afb26
parentd962bfeb0354cd5dacc92aaac50ec6d7bed2917b
bpf: Use hyphens in directory names instead of underscores
27 files changed:
src/core/bpf-restrict-fs.c
src/core/bpf-restrict-ifaces.c
src/core/bpf-socket-bind.c
src/core/bpf/restrict-fs/meson.build [moved from src/core/bpf/restrict_fs/meson.build with 100% similarity]
src/core/bpf/restrict-fs/restrict-fs-skel.h [moved from src/core/bpf/restrict_fs/restrict-fs-skel.h with 93% similarity]
src/core/bpf/restrict-fs/restrict-fs.bpf.c [moved from src/core/bpf/restrict_fs/restrict-fs.bpf.c with 100% similarity]
src/core/bpf/restrict-ifaces/meson.build [moved from src/core/bpf/restrict_ifaces/meson.build with 100% similarity]
src/core/bpf/restrict-ifaces/restrict-ifaces-skel.h [moved from src/core/bpf/restrict_ifaces/restrict-ifaces-skel.h with 91% similarity]
src/core/bpf/restrict-ifaces/restrict-ifaces.bpf.c [moved from src/core/bpf/restrict_ifaces/restrict-ifaces.bpf.c with 100% similarity]
src/core/bpf/socket-bind/meson.build [moved from src/core/bpf/socket_bind/meson.build with 100% similarity]
src/core/bpf/socket-bind/socket-bind-api.bpf.h [moved from src/core/bpf/socket_bind/socket-bind-api.bpf.h with 100% similarity]
src/core/bpf/socket-bind/socket-bind-skel.h [moved from src/core/bpf/socket_bind/socket-bind-skel.h with 93% similarity]
src/core/bpf/socket-bind/socket-bind.bpf.c [moved from src/core/bpf/socket_bind/socket-bind.bpf.c with 100% similarity]
src/core/cgroup.c
src/core/meson.build
src/network/bpf/sysctl-monitor/meson.build [moved from src/network/bpf/sysctl_monitor/meson.build with 100% similarity]
src/network/bpf/sysctl-monitor/sysctl-monitor-skel.h [moved from src/network/bpf/sysctl_monitor/sysctl-monitor-skel.h with 92% similarity]
src/network/bpf/sysctl-monitor/sysctl-monitor.bpf.c [moved from src/network/bpf/sysctl_monitor/sysctl-monitor.bpf.c with 100% similarity]
src/network/bpf/sysctl-monitor/sysctl-write-event.h [moved from src/network/bpf/sysctl_monitor/sysctl-write-event.h with 100% similarity]
src/network/meson.build
src/network/networkd-sysctl.c
src/nsresourced/bpf/userns-restrict/meson.build [moved from src/nsresourced/bpf/userns_restrict/meson.build with 100% similarity]
src/nsresourced/bpf/userns-restrict/userns-restrict-skel.h [moved from src/nsresourced/bpf/userns_restrict/userns-restrict-skel.h with 92% similarity]
src/nsresourced/bpf/userns-restrict/userns-restrict.bpf.c [moved from src/nsresourced/bpf/userns_restrict/userns-restrict.bpf.c with 100% similarity]
src/nsresourced/meson.build
src/nsresourced/userns-restrict.h
src/shared/bpf-dlopen.h