Files
ladybird/Kernel
Andreas Kling d84299c7be Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
In order to ensure a specific owner and mode when the local socket
filesystem endpoint is instantiated, we need to be able to call
fchmod() and fchown() on a socket fd between socket() and bind().

This is because until we call bind(), there is no filesystem inode
for the socket yet.
2020-01-03 20:14:56 +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
2020-01-03 09:27:09 +01:00
2019-09-28 13:59:49 +02:00
2020-01-02 21:45:04 +01:00
2020-01-02 00:50:09 +01:00
2020-01-03 09:27:09 +01:00