]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/mount-setup.h
shared/mount-setup: split out mount_cgroup_legacy_controllers
[thirdparty/systemd.git] / src / shared / mount-setup.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include <stdbool.h>
5
6 bool mount_point_is_api(const char *path);
7 bool mount_point_ignore(const char *path);
8
9 int mount_setup_early(void);
10 int mount_setup(bool loaded_policy, bool leave_propagation);
11
12 int mount_cgroup_legacy_controllers(bool loaded_policy);