From a5333b094198487c68ad5bc43a67683030e04ed9 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 1 Aug 2022 00:22:57 +0200 Subject: user/fs: fs_whitelist injects directory entries --- src/user/bootstrap/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/user/bootstrap/main.c') diff --git a/src/user/bootstrap/main.c b/src/user/bootstrap/main.c index fc239cf..fbcb641 100644 --- a/src/user/bootstrap/main.c +++ b/src/user/bootstrap/main.c @@ -20,9 +20,6 @@ void _start(void) { const char *l[] = {"/kdev/", NULL}; fs_whitelist(l); } - MOUNT_AT("/") { - fs_dir_inject("/kdev/"); // TODO should be part of fs_whitelist - } MOUNT_AT("/init/") { tar_driver(&_initrd); } -- cgit v1.2.3