From 2490f1adad4b9b89639926ddd5be91f46d1f6b84 Mon Sep 17 00:00:00 2001 From: Dan Cashman <dcashman@google.com> Date: Thu, 3 Aug 2017 09:49:11 -0700 Subject: [PATCH] Record thermalserviced_tmpfs for compat infrastructure. Commit: ec3b6b7e25f709fcc9c177beebafae885d641f6d added a new daemon and corresponding types to sepolicy. The explicitly declared types were added to 26.0.ignore.cil to reflect the labeling of new objects, but another type, thermalserviced_tmpfs was created by macro and was missed in code review. Add it as well. Bug: 62573845 Test: None. prebuilt change. Change-Id: Ia8968448eea0be889911f46fe255f581659eb548 --- prebuilts/api/26.0/26.0.ignore.cil | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilts/api/26.0/26.0.ignore.cil b/prebuilts/api/26.0/26.0.ignore.cil index d09ce852b..709e80aca 100644 --- a/prebuilts/api/26.0/26.0.ignore.cil +++ b/prebuilts/api/26.0/26.0.ignore.cil @@ -19,5 +19,6 @@ thermalcallback_hwservice thermalserviced thermalserviced_exec + thermalserviced_exec_tmpfs timezone_service tombstoned_java_trace_socket)) -- GitLab