platform_system_sepolicy/public/usbd.te
Ricky Niu 6da445b0c8 Add usbd servicemanager permission
[   46.850950][  T561] type=1400 audit(1670831200.996:262): avc: denied { call } for comm="usbd" scontext=u:r:usbd:s0 tcontext=u:r:servicemanager:s0 tclass=binder permissive=1

Bug: 263070284
Test: error message disappear
Signed-off-by: Ricky Niu <rickyniu@google.com>
Change-Id: I5d0c309238b0454198b7e24d91bfc57829a8bfc1
2022-12-19 16:16:17 +08:00

4 lines
110 B
Text

type usbd, domain;
type usbd_exec, system_file_type, exec_type, file_type;
binder_call(usbd, servicemanager)