msm8974-common: sepolicy: Quiet priv_app opening sysfs_android_usb files

* Reading these is disallowed globally, no need to see logspam of
  open attempts

Change-Id: I4c0094097d39456c65720cbdfb949d14439ce5f4
This commit is contained in:
Kevin F. Haggerty 2020-09-04 14:34:08 -06:00
parent 3377f79b53
commit d6e781307f
No known key found for this signature in database
GPG key ID: 6D95512933112729

View file

@ -2,3 +2,5 @@ get_prop(priv_app, camera_prop)
allow priv_app device:dir r_dir_perms;
allow priv_app proc_interrupts:file r_file_perms;
dontaudit priv_app sysfs_android_usb:file open;