summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBadhri Jagan Sridharan2018-01-23 18:14:28 -0600
committerBadhri Jagan Sridharan2018-01-23 18:24:49 -0600
commitd5db344807c2540ad4107758f9b6f0f752525b09 (patch)
tree08980f3984ab1bea0e3d77b79dab02fea3160c57
parent98aad49d585ee66446949d59ed9e005762d82e24 (diff)
downloadplatform-system-core-d5db344807c2540ad4107758f9b6f0f752525b09.tar.gz
platform-system-core-d5db344807c2540ad4107758f9b6f0f752525b09.tar.xz
platform-system-core-d5db344807c2540ad4107758f9b6f0f752525b09.zip
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
-rw-r--r--usbd/usbd.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbd/usbd.rc b/usbd/usbd.rc
index c7838e831..809044aaa 100644
--- a/usbd/usbd.rc
+++ b/usbd/usbd.rc
@@ -2,4 +2,4 @@ service usbd /system/bin/usbd
2 class late_start 2 class late_start
3 oneshot 3 oneshot
4 user root 4 user root
5 group root usb 5 group root usb system