]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/namespace.h
doc,core: Read{Write,Only}Paths= and InaccessiblePaths=
[thirdparty/systemd.git] / src / core / namespace.h
index b54b7b47d632be4e11364eeb0fa850d90cd43393..1aedf5f208a1cc7aa0115367ae4170d92812a54a 100644 (file)
@@ -40,9 +40,9 @@ typedef enum ProtectSystem {
 } ProtectSystem;
 
 int setup_namespace(const char *chroot,
-                    char **read_write_dirs,
-                    char **read_only_dirs,
-                    char **inaccessible_dirs,
+                    char **read_write_paths,
+                    char **read_only_paths,
+                    char **inaccessible_paths,
                     const char *tmp_dir,
                     const char *var_tmp_dir,
                     bool private_dev,