diff --git a/config/server.toml b/config/server.toml index 2aabda4..999a005 100644 --- a/config/server.toml +++ b/config/server.toml @@ -274,3 +274,23 @@ data = "" directory= true # 0o1777 mode = 1023 + +[[files]] +path = "/dev/null" +data = "null:" +symlink = true + +[[files]] +path = "/dev/random" +data = "rand:" +symlink = true + +[[files]] +path = "/dev/urandom" +data = "rand:" +symlink = true + +[[files]] +path = "/dev/zero" +data = "zero:" +symlink = true