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:
parent
3377f79b53
commit
d6e781307f
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue