1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 08:55:08 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Sergey Bugaev
6466c3d750 Kernel: Pass correct permission flags when opening files
Right now, permission flags passed to VFS::open() are effectively ignored, but
that is going to change.

* O_RDONLY is 0, but it's still nicer to pass it explicitly
* POSIX says that binding a Unix socket to a symlink shall fail with EADDRINUSE
2020-01-18 23:51:22 +01:00