mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
SystemServer: Expose service socket permissions to RPC clients
This commit is contained in:
parent
59bfbed2e2
commit
bf9f36bf22
1 changed files with 1 additions and 0 deletions
|
@ -294,6 +294,7 @@ void Service::save_to(JsonObject& json)
|
|||
json.set("priority", m_priority);
|
||||
json.set("keep_alive", m_keep_alive);
|
||||
json.set("socket_path", m_socket_path);
|
||||
json.set("socket_permissions", m_socket_permissions);
|
||||
json.set("lazy", m_lazy);
|
||||
json.set("user", m_user);
|
||||
json.set("uid", m_uid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue