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

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

Change-Id: I1870542193c2b06de1f1e53f38e84fb800a74839
This commit is contained in:
Rick Yiu 2021-08-16 13:54:01 +00:00 committed by Automerger Merge Worker
commit 7b8fe23d74
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;