Update statsd's user/group from root to system to avoid selinux policy

violation

Bug: 71537285
Bug: 69853944
Test: manual verification to check there's no sepolicy violation

Change-Id: I639cf5c9f4ac6c434c3122c4f42fdf8bdac721f6
This commit is contained in:
yro
2018-01-10 22:24:41 -08:00
parent d5a6d9b8dd
commit b19dc2467b

View File

@@ -14,3 +14,5 @@
service statsd /system/bin/statsd
class main
user system
group system