gs101-sepolicy: Use untrusted_app_all for vendor_sched denials am: 2ef3daba50 am: 7b8fe23d74 am: fa5d13d6e1 am: 7b0fa572c3

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/15531061

Change-Id: I985dde431db9fa2f03f6036c139c6a653f3fe755
This commit is contained in:
Rick Yiu 2021-08-16 14:40:25 +00:00 committed by Automerger Merge Worker
commit 63a624e811
3 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
dontaudit untrusted_app sysfs_vendor_sched:dir search;

View file

@ -1 +0,0 @@
dontaudit untrusted_app_29 sysfs_vendor_sched:dir search;

View file

@ -1,3 +1,5 @@
# Allows Exoplayer(and other applications) access to the vstream-secure DMA-BUF heap
# for secure video playback
allow untrusted_app_all dmabuf_system_secure_heap_device:chr_file r_file_perms;
dontaudit untrusted_app_all sysfs_vendor_sched:dir search;