chiark / gitweb /
update NEWS
[elogind.git] / src / core / namespace.h
index 9cd420e9589c074962c2a1d1d887fc4b1d35d1bd..1f9d0676b437aecad26d547185a328cdc2f7321a 100644 (file)
@@ -44,9 +44,9 @@ typedef enum ProtectSystem {
 int setup_namespace(char **read_write_dirs,
                     char **read_only_dirs,
                     char **inaccessible_dirs,
-                    char *tmp_dir,
-                    char *var_tmp_dir,
-                    char *endpoint_path,
+                    const char *tmp_dir,
+                    const char *var_tmp_dir,
+                    const char *endpoint_path,
                     bool private_dev,
                     ProtectHome protect_home,
                     ProtectSystem protect_system,