From 5f0b35044278c709f0e58835fa383708e42bb1b6 Mon Sep 17 00:00:00 2001 From: Todd Poynor Date: Tue, 10 Oct 2017 17:03:37 -0700 Subject: thermalservice: run as user+group system, not root Bug: 66954030 Test: manual on taimen with artificially low thermal thresholds Change-Id: I2a9275806b4cb710d115ba4cc4e4f161eefd1839 --- services/thermalservice/thermalservice.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/thermalservice/thermalservice.rc b/services/thermalservice/thermalservice.rc index b9836cec8..94c2c78df 100644 --- a/services/thermalservice/thermalservice.rc +++ b/services/thermalservice/thermalservice.rc @@ -1,2 +1,4 @@ service thermalservice /system/bin/thermalserviced class core + user system + group system -- cgit v1.2.3