Fix selinux denials for usbd
auditd : type=1400 audit(0.0:9): avc: denied { dac_override } for comm="usbd" capability=1 scontext=u:r:usbd:s0 tcontext=u:r:usbd:s0 tclass=capability permissive= auditd : type=1400 audit(0.0:9): avc: denied { dac_override } for comm="usbd" capability=1 scontext=u:r:usbd:s0 tcontext=u:r:usbd:s0 tclass=capability permissive=0 Bug: 72397740 Test: booted the device to make sure that the denials are no longer seen. Change-Id: Ie276103ba261fd762fb8c24234904e3f3ce3d2f1
This commit is contained in:
parent
98aad49d58
commit
d5db344807
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ service usbd /system/bin/usbd
|
|||
class late_start
|
||||
oneshot
|
||||
user root
|
||||
group root usb
|
||||
group root usb system
|
||||
|
|
Loading…
Reference in a new issue