]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/import/import-common.h
analyze security: fix recursive call of syscall_names_in_filter()
[thirdparty/systemd.git] / src / import / import-common.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include <sys/types.h>
5
6 int import_make_read_only_fd(int fd);
7 int import_make_read_only(const char *path);
8
9 int import_fork_tar_c(const char *path, pid_t *ret);
10 int import_fork_tar_x(const char *path, pid_t *ret);
11
12 int import_mangle_os_tree(const char *path);