Merge "gs101-sepolicy: Fix tracking_denials of sysfs_vendor_sched" into sc-dev am: 2332c6a43f

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

Change-Id: Idae83deb38d012faa86e27e7e83ee9ca53be3775
This commit is contained in:
Rick Yiu 2021-06-09 03:20:07 +00:00 committed by Automerger Merge Worker
commit 34ead673c6
8 changed files with 4 additions and 8 deletions

View file

@ -1,2 +0,0 @@
# b/190337281
dontaudit logger_app sysfs_vendor_sched:dir search;

View file

@ -1,2 +0,0 @@
# b/190336524
dontaudit shell sysfs_vendor_sched:dir search;

View file

@ -2,5 +2,3 @@
dontaudit untrusted_app vendor_camera_prop:file { read };
dontaudit untrusted_app vendor_camera_prop:file { read };
dontaudit untrusted_app vendor_camera_prop:file { read };
# b/190337295
dontaudit untrusted_app sysfs_vendor_sched:dir search;

View file

@ -24,4 +24,5 @@ userdebug_or_eng(`
set_prop(logger_app, vendor_wifi_sniffer_prop)
dontaudit logger_app default_prop:file { read };
dontaudit logger_app sysfs_vendor_sched:dir search;
')

View file

@ -1,2 +1 @@
# b/190336723
dontaudit mediaprovider sysfs_vendor_sched:dir search;

View file

@ -5,3 +5,5 @@ userdebug_or_eng(`
allow shell sysfs_sjtag:dir r_dir_perms;
allow shell sysfs_sjtag:file rw_file_perms;
')
dontaudit shell sysfs_vendor_sched:dir search;

View file

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

View file

@ -1,2 +1 @@
# b/190336841
dontaudit untrusted_app_29 sysfs_vendor_sched:dir search;