]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.c
bpf-restrict-fs: also rename functions to bpf_restrict_fs_xyz()
[thirdparty/systemd.git] / src / core / execute.c
index 5c10aabc7ef3c0731f06f9aaf0ac4ea359a06cd2..d4095ae01a0c39448baa876393174c1e35b0f6da 100644 (file)
@@ -2499,7 +2499,7 @@ void exec_params_shallow_clear(ExecParameters *p) {
         p->fds = mfree(p->fds);
         p->exec_fd = safe_close(p->exec_fd);
         p->user_lookup_fd = -EBADF;
-        p->bpf_outer_map_fd = -EBADF;
+        p->bpf_restrict_fs_map_fd = -EBADF;
         p->unit_id = mfree(p->unit_id);
         p->invocation_id = SD_ID128_NULL;
         p->invocation_id_string[0] = '\0';