Merge "sepolicy: gs101: allow dump cma statistics" into sc-dev am: 650cf48406

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

Change-Id: I6381f743dc34009706f2581d613df88384dad3fe
This commit is contained in:
Minchan Kim 2021-06-24 02:17:25 +00:00 committed by Automerger Merge Worker
commit 98d9d3971f

View file

@ -118,6 +118,9 @@ userdebug_or_eng(`
allow hal_dumpstate_default vendor_page_pinner_debugfs:dir search;
allow hal_dumpstate_default vendor_page_pinner_debugfs:file r_file_perms;
allow hal_dumpstate_default sysfs_pixel_stat:dir r_dir_perms;
allow hal_dumpstate_default sysfs_pixel_stat:file r_file_perms;
allow hal_dumpstate_default vendor_dri_debugfs:file r_file_perms;
allow hal_dumpstate_default vendor_dri_debugfs:dir search;
@ -161,6 +164,9 @@ dontaudit hal_dumpstate_default vendor_ion_debugfs:file r_file_perms;
dontaudit hal_dumpstate_default vendor_page_pinner_debugfs:dir search;
dontaudit hal_dumpstate_default vendor_page_pinner_debugfs:file r_file_perms;
dontaudit hal_dumpstate_default sysfs_pixel_stat:dir r_dir_perms;
dontaudit hal_dumpstate_default sysfs_pixel_stat:file r_file_perms;
dontaudit hal_dumpstate_default vendor_dri_debugfs:file r_file_perms;
dontaudit hal_dumpstate_default vendor_dri_debugfs:dir search;