|
ErrorOr<Memory::Region*> InodeFile::mmap(Process& process, OpenFileDescription& description, Memory::VirtualRange const& range, u64 offset, int prot, bool shared)
|
|
ErrorOr<Memory::Region*> InodeFile::mmap(Process& process, OpenFileDescription& description, Memory::VirtualRange const& range, u64 offset, int prot, bool shared)
|
|
// FIXME: If PROT_EXEC, check that the underlying file system isn't mounted noexec.
|
|
// FIXME: If PROT_EXEC, check that the underlying file system isn't mounted noexec.
|