]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/unit.c
bpf-restrict-fs: also rename functions to bpf_restrict_fs_xyz()
authorLennart Poettering <lennart@poettering.net>
Thu, 25 Jan 2024 12:56:32 +0000 (13:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Jan 2024 15:11:33 +0000 (16:11 +0100)
commit352ec23c7f7d487c483137f93a64ea17e7d1ede9
tree436477537242dbf40c3dc786ad8689198746b169
parent169b56758b9cad5136eeaf7a790eef0f94e86f19
bpf-restrict-fs: also rename functions to bpf_restrict_fs_xyz()

Rename the functions too, to make clear this is really just about the
restrict-fs, and not generic LSM_BPF code.
13 files changed:
src/core/bpf-restrict-fs.c
src/core/bpf-restrict-fs.h
src/core/cgroup.c
src/core/dbus-execute.c
src/core/exec-invoke.c
src/core/execute-serialize.c
src/core/execute.c
src/core/execute.h
src/core/fuzz-execute-serialize.c
src/core/load-fragment.c
src/core/manager.c
src/core/unit.c
src/test/test-bpf-restrict-fs.c