summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/namespace.h')
-rw-r--r--src/grp-system/libcore/namespace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-system/libcore/namespace.h b/src/grp-system/libcore/namespace.h
index 03097327dd..1ae206efd1 100644
--- a/src/grp-system/libcore/namespace.h
+++ b/src/grp-system/libcore/namespace.h
@@ -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,