X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fnamespace.h;h=1f9d0676b437aecad26d547185a328cdc2f7321a;hb=609c3029076da1ba423673161e5d0fc82ccca6b6;hp=9cd420e9589c074962c2a1d1d887fc4b1d35d1bd;hpb=a610cc4f18c24a007e5a2cac21b2ecbd81e5f3c3;p=elogind.git diff --git a/src/core/namespace.h b/src/core/namespace.h index 9cd420e95..1f9d0676b 100644 --- a/src/core/namespace.h +++ b/src/core/namespace.h @@ -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,