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:
commit
34ead673c6
8 changed files with 4 additions and 8 deletions
|
@ -1,2 +0,0 @@
|
|||
# b/190337281
|
||||
dontaudit logger_app sysfs_vendor_sched:dir search;
|
|
@ -1,2 +0,0 @@
|
|||
# b/190336524
|
||||
dontaudit shell sysfs_vendor_sched:dir search;
|
|
@ -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;
|
||||
|
|
1
whitechapel/vendor/google/logger_app.te
vendored
1
whitechapel/vendor/google/logger_app.te
vendored
|
@ -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;
|
||||
')
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
# b/190336723
|
||||
dontaudit mediaprovider sysfs_vendor_sched:dir search;
|
2
whitechapel/vendor/google/shell.te
vendored
2
whitechapel/vendor/google/shell.te
vendored
|
@ -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;
|
||||
|
|
1
whitechapel/vendor/google/untrusted_app.te
vendored
Normal file
1
whitechapel/vendor/google/untrusted_app.te
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
dontaudit untrusted_app sysfs_vendor_sched:dir search;
|
|
@ -1,2 +1 @@
|
|||
# b/190336841
|
||||
dontaudit untrusted_app_29 sysfs_vendor_sched:dir search;
|
Loading…
Add table
Add a link
Reference in a new issue