mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
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.
1.8 KiB
1.8 KiB