From 0223ca51f9148692a3d5d0d5723f912ae4f376ce Mon Sep 17 00:00:00 2001 From: Steven Moreland <smoreland@google.com> Date: Tue, 24 Jan 2017 09:08:29 -0800 Subject: [PATCH] system_server: add hal_lights permission system_server needs the permissions to open the lights hal in the same process. Bug: 34634317 Test: can change brightness on marlin (tested on internal master) Change-Id: I11fe59b4ab32e13d6dad246f4e6c56951e051181 --- public/system_server.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/system_server.te b/public/system_server.te index e1c25c5ae..e11476cb8 100644 --- a/public/system_server.te +++ b/public/system_server.te @@ -4,6 +4,9 @@ # type system_server, domain, domain_deprecated, mlstrustedsubject; +# Attributes for passthrough hals +typeattribute system_server hal_light; + # For art. allow system_server dalvikcache_data_file:dir r_dir_perms; allow system_server dalvikcache_data_file:file { r_file_perms execute }; -- GitLab