gs101-sepolicy: Use untrusted_app_all for vendor_sched denials am: 2ef3daba50 am: 1f4c69a11d

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

Change-Id: I59e7baee2e2c5a80d53b5a6f5c8712a2b09a36d3
This commit is contained in:
Rick Yiu 2021-08-16 14:11:45 +00:00 committed by Automerger Merge Worker
commit 9c7ca5fdd3
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;