1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 06:07:34 +00:00

Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)

This commit is contained in:
erf 2020-01-04 10:05:01 +01:00 committed by Andreas Kling
parent 70a41420a9
commit 53733be5fd

View file

@ -46,7 +46,7 @@ private:
RefPtr<FileDescription> m_file;
uid_t m_prebind_uid { 0 };
uid_t m_prebind_gid { 0 };
gid_t m_prebind_gid { 0 };
mode_t m_prebind_mode { 0 };
// A single LocalSocket is shared between two file descriptions