Files
ladybird/Libraries/LibC
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
..
2019-11-16 16:27:48 +01:00
2019-10-03 08:18:05 +02:00
2020-01-07 15:35:41 +01:00
2020-01-03 09:10:55 +01:00
2019-11-16 12:50:50 +01:00
2019-12-27 23:09:08 +01:00