Merge "adbd.te: remove allow adbd toolbox_exec:file rx_file_perms"

am: eed6bbdc43

* commit 'eed6bbdc438b739c8667a32a41963d828727a08d':
  adbd.te: remove allow adbd toolbox_exec:file rx_file_perms
This commit is contained in:
Nick Kralevich 2016-01-15 15:30:03 +00:00 committed by android-build-merger
commit 3920e7af95

View file

@ -52,10 +52,6 @@ set_prop(adbd, ffs_prop)
# Run /system/bin/bu
allow adbd system_file:file rx_file_perms;
# XXX Run toolbox. Might not be needed.
allow adbd toolbox_exec:file rx_file_perms;
auditallow adbd toolbox_exec:file rx_file_perms;
# Perform binder IPC to surfaceflinger (screencap)
# XXX Run screencap in a separate domain?
binder_use(adbd)