commit | e1c3a9b0b53c9b5bfc699722bd937ca6024d53ff | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Mon Nov 04 19:19:34 2024 +0000 |
committer | Alec Mouri <alecmouri@google.com> | Mon Nov 04 21:57:09 2024 +0000 |
tree | eebf0f11f8ea4e067277ca2509cba52b0766e4a8 | |
parent | e38005205544ff8e28556968cf4a422f6eaec83d [diff] [blame] |
Allow bootanim to talk to the statsd socket Bug: 377318069 Change-Id: I5c974742a9a38d270a23c83a863ddfaece88b232 Test: boots
diff --git a/private/bootanim.te b/private/bootanim.te index d9be72f..fd3a09b 100644 --- a/private/bootanim.te +++ b/private/bootanim.te
@@ -64,3 +64,6 @@ # System file accesses. allow bootanim system_file:dir r_dir_perms; + +# Allow bootanim to send information to statsd socket. +unix_socket_send(bootanim, statsdw, statsd) \ No newline at end of file