Merge "Allow shell read access to MGLRU state" into main

This commit is contained in:
Treehugger Robot 2024-04-30 16:34:04 +00:00 committed by Gerrit Code Review
commit e7bdf818fc

View file

@ -426,6 +426,9 @@ allow shell sysfs:dir r_dir_perms;
allow shell sysfs_batteryinfo:dir r_dir_perms;
allow shell sysfs_batteryinfo:file r_file_perms;
# Allow reads (but not writes) of the MGLRU state
allow shell sysfs_lru_gen_enabled:file r_file_perms;
# Allow access to ion memory allocation device.
allow shell ion_device:chr_file rw_file_perms;