summaryrefslogtreecommitdiffstats
path: root/logd/LogCommand.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'logd/LogCommand.cpp')
-rw-r--r--logd/LogCommand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/LogCommand.cpp b/logd/LogCommand.cpp
index 0873e63..e4c138e 100644
--- a/logd/LogCommand.cpp
+++ b/logd/LogCommand.cpp
@@ -64,7 +64,7 @@ bool clientHasLogCredentials(SocketClient * cli) {
}
gid_t gid = cli->getGid();
- if ((gid == AID_ROOT) || (gid == AID_LOG)) {
+ if ((gid == AID_ROOT) || (gid == AID_SYSTEM) || (gid == AID_LOG)) {
return true;
}