diff --git a/Kernel/FileSystem/VirtualFileSystem.cpp b/Kernel/FileSystem/VirtualFileSystem.cpp index 47edde7dbf..bc73e1f03f 100644 --- a/Kernel/FileSystem/VirtualFileSystem.cpp +++ b/Kernel/FileSystem/VirtualFileSystem.cpp @@ -26,7 +26,7 @@ namespace Kernel { static Singleton s_the; -static constexpr int root_mount_flags = MS_NODEV | MS_NOSUID | MS_RDONLY; +static constexpr int root_mount_flags = 0; UNMAP_AFTER_INIT void VirtualFileSystem::initialize() {