diff options
Diffstat (limited to 'common/private/adbroot.te')
-rw-r--r-- | common/private/adbroot.te | 3 |
1 files changed, 3 insertions, 0 deletions
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) |