diff --git a/config/desktop.toml b/config/desktop.toml index 41b2dae..b902f23 100644 --- a/config/desktop.toml +++ b/config/desktop.toml @@ -302,3 +302,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 diff --git a/kernel b/kernel index e570f35..e95cb74 160000 --- a/kernel +++ b/kernel @@ -1 +1 @@ -Subproject commit e570f3527970b6c3cc3079ca4695399e4e6d8c69 +Subproject commit e95cb74d0b45e9a0fa41f260feea61db5eaad9a8