X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fnamespace.h;h=1f9d0676b437aecad26d547185a328cdc2f7321a;hb=a2c0e528b8b5ba370527db279605e4e4135689c1;hp=9343fe326420ee19e84fb2d5872551d03fddf5a8;hpb=1b8689f94983b47bf190e77ddb03a8fc6af15fb3;p=elogind.git diff --git a/src/core/namespace.h b/src/core/namespace.h index 9343fe326..1f9d0676b 100644 --- a/src/core/namespace.h +++ b/src/core/namespace.h @@ -44,8 +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, + const char *tmp_dir, + const char *var_tmp_dir, + const char *endpoint_path, bool private_dev, ProtectHome protect_home, ProtectSystem protect_system,