chiark / gitweb /
exec: introduce PrivateNetwork= process option to turn off network access to specific...
[elogind.git] / src / mount-setup.h
index 47d0e5bb121bc8d51d1ab8eb65a1233c22930268..9311cacc446fb88ae83c4a2510ad427a317f2540 100644 (file)
 
 #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);
 
 #endif