chiark / gitweb /
exec: introduce PrivateNetwork= process option to turn off network access to specific...
[elogind.git] / src / mount-setup.h
index bb13e0184e865611c457da072d28d94f1baf4e76..9311cacc446fb88ae83c4a2510ad427a317f2540 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foomountsetuphfoo
 #define foomountsetuphfoo
 
 #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