chiark / gitweb /
exec: introduce PrivateNetwork= process option to turn off network access to specific...
[elogind.git] / src / mount-setup.h
index 150ec408d20f89ecc13b9b2ff656dd33c5cec886..9311cacc446fb88ae83c4a2510ad427a317f2540 100644 (file)
@@ -24,7 +24,9 @@
 
 #include <stdbool.h>
 
-int mount_setup(void);
+int mount_setup_early(void);
+
+int mount_setup(bool loaded_policy);
 
 bool mount_point_is_api(const char *path);
 bool mount_point_ignore(const char *path);