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-07-03 21:20:13 +02:00
2020-01-02 00:50:09 +01:00
2020-01-02 00:50:09 +01:00
2019-12-14 11:07:37 +01:00
2019-08-29 06:25:06 +02:00
2019-07-03 21:20:13 +02:00
2019-09-06 15:36:54 +02:00
2019-12-14 12:17:37 +01:00
2019-12-14 09:43:31 +01:00
2019-08-06 16:21:17 +02:00
2020-01-03 20:14:56 +01:00
2020-01-03 20:14:56 +01:00
2019-11-28 14:14:26 +01:00
2019-07-03 21:20:13 +02:00
2019-09-06 15:36:54 +02:00
2019-12-28 02:03:38 +01:00
2019-12-14 11:07:37 +01:00
2019-12-28 02:03:49 +01:00
2019-12-28 02:03:38 +01:00
2019-08-29 06:25:06 +02:00
2020-01-02 00:50:09 +01:00
2020-01-02 00:50:09 +01:00
2019-12-06 18:38:36 +01:00
2019-12-06 18:38:36 +01:00
2019-08-06 16:21:17 +02:00
2020-01-03 12:43:07 +01:00
2019-11-23 21:44:47 +01:00
2019-07-03 21:20:13 +02:00
2020-01-03 12:43:07 +01:00
2019-08-11 16:30:43 +02:00