mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)
This commit is contained in:
parent
70a41420a9
commit
53733be5fd
Notes:
sideshowbarker
2024-07-19 10:23:31 +09:00
Author: https://github.com/erf 🔰
Commit: 53733be5fd
Pull-request: https://github.com/SerenityOS/serenity/pull/1012
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue