diff --git a/config/base.toml b/config/base.toml index 7546b5ceb46b672e64773b1e8f9e27773031f17f..195300b52b32f602b9f671c32290340864a9f040 100644 --- a/config/base.toml +++ b/config/base.toml @@ -85,6 +85,26 @@ path = "/dev/zero" data = "zero:" symlink = true +[[files]] +path = "/dev/tty" +data = "libc:tty" +symlink = true + +[[files]] +path = "/dev/stdin" +data = "libc:stdin" +symlink = true + +[[files]] +path = "/dev/stdout" +data = "libc:stdout" +symlink = true + +[[files]] +path = "/dev/stderr" +data = "libc:stderr" +symlink = true + # Group settings [[files]] path = "/etc/group"