SystemServer: Expose service socket permissions to RPC clients

This commit is contained in:
Andreas Kling 2020-01-10 12:04:47 +01:00
parent 59bfbed2e2
commit bf9f36bf22
Notes: sideshowbarker 2024-07-19 10:14:06 +09:00

View File

@ -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);