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

This commit is contained in:
Rick Yiu 2021-06-09 03:02:37 +00:00 committed by Android (Google) Code Review
commit 2332c6a43f
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;