From 48c5faea378921da567a4e90530e3e02286cb10c Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Fri, 20 Mar 2020 19:45:31 +0100 Subject: sepolicy: allow adbroot service to change adb root status Change-Id: Ica070f35ef0e741e37a5f5425ff759eda5401055 --- common/private/adbroot.te | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common') diff --git a/common/private/adbroot.te b/common/private/adbroot.te index eeaa21b..de201a6 100644 --- a/common/private/adbroot.te +++ b/common/private/adbroot.te @@ -9,3 +9,6 @@ add_service(adbroot, adbroot_service) allow adbroot adbroot_data_file:dir rw_dir_perms; allow adbroot adbroot_data_file:file create_file_perms; + +set_prop(adbroot, shell_prop) +set_prop(adbroot, ctl_adbd_prop) -- cgit v1.2.3