diff --git a/Userland/Shell/Shell.cpp b/Userland/Shell/Shell.cpp index 42a02cd58d..638889564f 100644 --- a/Userland/Shell/Shell.cpp +++ b/Userland/Shell/Shell.cpp @@ -1901,7 +1901,7 @@ ErrorOr> Shell::complete_via_program_itself(s // Restrict the process to effectively readonly access to the FS. auto scoped_promise = promise({ - .exec_promises = "stdio rpath prot_exec no_error", + .exec_promises = "stdio rpath prot_exec map_fixed no_error", .unveils = { { "/", "rx" }, },