commit | 6ebb537da8647bf0c78ea8092fa66166512f1282 | [log] [tgz] |
---|---|---|
author | Shintaro Kawamura <kawasin@google.com> | Wed Jan 29 15:01:41 2025 +0900 |
committer | Shintaro Kawamura <kawasin@google.com> | Wed Jan 29 15:03:00 2025 +0900 |
tree | 4729bac3fdd2c87c44ee1399f9cd6e752c2b0431 | |
parent | e3cfc9da5c69e08c3a08b827cf23d41a0a55ddd1 [diff] [blame] |
mmd: allow to write stats mmd sends statistics about zram. Bug: 392783537 Test: statsd_testdrive Change-Id: I07492d2c5b3117cfd70936a1ef857452a10855db
diff --git a/private/mmd.te b/private/mmd.te index 90510f1..69f12fc 100644 --- a/private/mmd.te +++ b/private/mmd.te
@@ -29,3 +29,6 @@ # swapon syscall allow mmd self:capability sys_admin; + +# Allow mmd to write to statsd socket. +unix_socket_send(mmd, statsdw, statsd)