mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:17:44 +00:00
SystemServer: Allow specifying per-service socket file permissions
This commit is contained in:
parent
f3dad64a3b
commit
7dd03b46ee
3 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,8 @@ private:
|
|||
bool m_keep_alive { false };
|
||||
// Path to the socket to create and listen on on behalf of this service.
|
||||
String m_socket_path;
|
||||
// File system permissions for the socket.
|
||||
mode_t m_socket_permissions { 0 };
|
||||
// Whether we should only spawn this service once somebody connects to the socket.
|
||||
bool m_lazy;
|
||||
// The name of the user we should run this service as.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue