Files
ladybird/Kernel
Sergey Bugaev 2fcbb846fb Kernel+LibC: Add O_EXEC, move exec permission checking to VFS::open()
O_EXEC is mentioned by POSIX, so let's have it. Currently, it is only used
inside the kernel to ensure the process has the right permissions when opening
an executable.
2020-01-11 18:57:53 +01:00
..
2020-01-11 12:07:45 +01:00
2019-12-29 19:08:02 +01:00
2019-07-13 08:00:24 +02:00
2019-12-31 19:31:42 +01:00
2019-12-20 22:59:11 +01:00
2019-12-26 11:43:23 +01:00
2019-09-28 13:59:49 +02:00
2020-01-02 21:45:04 +01:00