This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_system_core
mirror of
https://github.com/fazilsheik96/android_system_core.git
Watch
1
Star
0
Fork
You've already forked android_system_core
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
uvite
android_system_core
/
usbd
/
usbd.rc
6 lines
103 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit for usb daemon usbd checks whether adb is enabled by default, if yes, would start adbd and would call into usb hal to configure usb gadget stack. Bug: 63669128 Test: Verify that adb gets configured when enabled Change-Id: If6d06cdadd6d93f181d56619142cbbb04d39a5cd
2017-12-02 21:15:01 +00:00
service usbd /system/bin/usbd
class late_start
oneshot
user root
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
2018-01-24 00:14:28 +00:00
group root usb system