commit | e7bdf818fcd22acc3979582e21bd24ba40f0ec32 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Apr 30 16:34:04 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 30 16:34:04 2024 +0000 |
tree | c9db9f36153ec23ca90e5585a8a99146fa19e590 | |
parent | 66e2d561701a21f37b11cef615cc2cef4449f836 [diff] | |
parent | 12878e5f13a8b520b09fe57b6690b613682f4816 [diff] |
Merge "Allow shell read access to MGLRU state" into main
diff --git a/private/shell.te b/private/shell.te index 8adc71c..ed99b53 100644 --- a/private/shell.te +++ b/private/shell.te
@@ -426,6 +426,9 @@ 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;